mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 17:59:03 +00:00
Polish
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user