Skip to content

Commit

Permalink
@sessionscoped implements serializable
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin King committed Nov 9, 2009
1 parent 7d120c2 commit 40ca6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/en-US/ee.xml
Expand Up @@ -26,7 +26,7 @@ public class TransactionInterceptor {
}]]></programlisting>

<programlisting role="JAVA"><![CDATA[@SessionScoped
public class Login {
public class Login implements Serializable {
@Inject Credentials credentials;
@PersistenceContext EntityManager userDatabase;
...
Expand Down

0 comments on commit 40ca6c7

Please sign in to comment.