Fix service.xml fie.

This commit is contained in:
Paulo Gustavo Veiga
2012-09-11 21:22:38 -03:00
parent a263a05520
commit 69912ecef4
2 changed files with 4 additions and 5 deletions

View File

@@ -288,11 +288,11 @@ public class MindmapServiceImpl
this.notificationService = notificationService;
}
public void setAdminUser(String adminUser) {
public void setAdminUser(@NotNull String adminUser) {
this.adminUser = adminUser;
}
public String getAdminUser() {
@NotNull public String getAdminUser() {
return adminUser;
}
}