Added Spring Java Conventions to all of the spring sub-projects and formatted them to meet the guidelines.

This commit is contained in:
Ben Hale
2007-08-13 16:16:51 +00:00
parent 2e4ed776c1
commit 67a05c196d
50 changed files with 119 additions and 139 deletions

View File

@@ -28,8 +28,7 @@ public class FileUploadAction extends AbstractAction {
// data was uploaded
context.getFlashScope().put("file", new String(file.getBytes()));
return success();
}
else {
} else {
return error();
}
}