Author: nbelaevski
Date: 2009-03-25 15:07:03 -0400 (Wed, 25 Mar 2009)
New Revision: 13199
Modified:
trunk/test-applications/realworld2/web/src/main/java/org/richfaces/realworld/util/FlushStrategy.java
Log:
Code review results committed
Modified:
trunk/test-applications/realworld2/web/src/main/java/org/richfaces/realworld/util/FlushStrategy.java
===================================================================
---
trunk/test-applications/realworld2/web/src/main/java/org/richfaces/realworld/util/FlushStrategy.java 2009-03-25
19:04:18 UTC (rev 13198)
+++
trunk/test-applications/realworld2/web/src/main/java/org/richfaces/realworld/util/FlushStrategy.java 2009-03-25
19:07:03 UTC (rev 13199)
@@ -35,6 +35,7 @@
this.strategy = strategy;
}
+ //TODO nick - make this a static method
public boolean isDatabaseStoreStrategy(){
return getStrategy().equals("database");
}
Show replies by date