Skip to content

Commit

Permalink
WBRI-122, tests for passivation and associated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Jan 29, 2009
1 parent f7800be commit d4efd7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -22,7 +22,7 @@ public class Game implements Serializable
private int smallest;

@MaxNumber
private transient int maxNumber;
private int maxNumber;

private int biggest;
private int remainingGuesses;
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
@@ -1,4 +1,4 @@
The Web Beans RI currently comes with a two examples, webbeans-numberguess (a
Web Beans currently comes with a two examples, webbeans-numberguess (a
war example) and webbeans-translator (an EJB example). Before running the
examples, you'll need to ensure your server supports Web Beans.

Expand Down

0 comments on commit d4efd7b

Please sign in to comment.