Added Spring Java Conventions to all of the spring sub-projects and formatted them to meet the guidelines.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user