forked from spring-attic/spring-roo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ROO-2337: Post 1.1.3.RELEASE code refactor and clean up - removed unn…
…ecessary semi-colon in UndoEvent and improved conditional expression in ProjectMetadata
- Loading branch information
James Tyrrell
committed
May 1, 2011
1 parent
3c1eeda
commit 316fb12
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,6 +39,6 @@ public UndoOperation getOperation() { | |
public enum UndoOperation { | ||
UNDO, | ||
RESET, | ||
FLUSH; | ||
FLUSH | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters