This commit is contained in:
Phillip Webb
2015-09-02 20:17:28 -07:00
parent db41fb16c0
commit 6193b640a4
57 changed files with 364 additions and 310 deletions

View File

@@ -184,7 +184,7 @@ class ProjectGenerationRequest {
* @return the package name or {@code null}
*/
public String getPackageName() {
return packageName;
return this.packageName;
}
public void setPackageName(String packageName) {