Skip to content

Commit

Permalink
value() is more than enought to define Cache id
Browse files Browse the repository at this point in the history
  • Loading branch information
simonetripodi committed Sep 24, 2012
1 parent 00144cd commit 1853533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/org/nnsoft/guice/gache/Cached.java
Expand Up @@ -41,6 +41,6 @@
*
* @return caching model id
*/
String id() default DEFAULT_ID;
String value() default DEFAULT_ID;

}

0 comments on commit 1853533

Please sign in to comment.