remove the _ from the method name

This commit is contained in:
Jacky 2017-11-03 17:39:49 -04:00
parent 75b82106b4
commit 986881b10f

View File

@ -345,7 +345,7 @@ public class ProjectMetadata implements Jsonizable {
}
public String get_creator() {
public String getCreator() {
return _creator;
}
@ -356,7 +356,7 @@ public class ProjectMetadata implements Jsonizable {
}
public String get_contributors() {
public String getContributors() {
return _contributors;
}
@ -367,7 +367,7 @@ public class ProjectMetadata implements Jsonizable {
}
public String get_subject() {
public String getSubject() {
return _subject;
}
@ -378,7 +378,7 @@ public class ProjectMetadata implements Jsonizable {
}
public String get_description() {
public String getDescription() {
return _description;
}