Skip to content

Commit

Permalink
defined default Flush IDs value
Browse files Browse the repository at this point in the history
  • Loading branch information
simonetripodi committed Sep 24, 2012
1 parent f461052 commit 00144cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/main/java/org/nnsoft/guice/gache/Flush.java
Expand Up @@ -16,6 +16,7 @@
* limitations under the License.
*/

import static org.nnsoft.guice.gache.Cached.DEFAULT_ID;
import static java.lang.annotation.ElementType.METHOD;
import static java.lang.annotation.RetentionPolicy.RUNTIME;

Expand All @@ -39,6 +40,6 @@
*
* @return flushing model Ids
*/
String[] value();
String[] value() default { DEFAULT_ID };

}

0 comments on commit 00144cd

Please sign in to comment.