James Moger
2014-04-12 ba567069542e1f6769097ff78cd9612a9f08eb83
src/main/java/com/gitblit/models/GravatarProfile.java
@@ -20,9 +20,9 @@
/**
 * Represents a Gravatar profile.
 *
 *
 * @author James Moger
 *
 *
 */
public class GravatarProfile implements Serializable {
@@ -35,7 +35,7 @@
   public String preferredUsername;
   public String currentLocation;
   public String aboutMe;
   public String profileUrl;
   public String thumbnailUrl;
   public List<ProfileObject> photos;