[seam-commits] Seam SVN: r12667 - branches/enterprise/JBPAPP_5_0/examples/remoting/chatroom/src/org/jboss/seam/example/remoting/chatroom.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Fri Apr 30 11:57:19 EDT 2010
Author: manaRH
Date: 2010-04-30 11:57:18 -0400 (Fri, 30 Apr 2010)
New Revision: 12667
Modified:
branches/enterprise/JBPAPP_5_0/examples/remoting/chatroom/src/org/jboss/seam/example/remoting/chatroom/ChatroomUsers.java
Log:
removed unneeded suppressing warnings
Modified: branches/enterprise/JBPAPP_5_0/examples/remoting/chatroom/src/org/jboss/seam/example/remoting/chatroom/ChatroomUsers.java
===================================================================
--- branches/enterprise/JBPAPP_5_0/examples/remoting/chatroom/src/org/jboss/seam/example/remoting/chatroom/ChatroomUsers.java 2010-04-30 15:56:06 UTC (rev 12666)
+++ branches/enterprise/JBPAPP_5_0/examples/remoting/chatroom/src/org/jboss/seam/example/remoting/chatroom/ChatroomUsers.java 2010-04-30 15:57:18 UTC (rev 12667)
@@ -15,10 +15,8 @@
@Scope(ScopeType.STATELESS)
public class ChatroomUsers
{
- @SuppressWarnings("unchecked")
@In CacheProvider cacheProvider;
- @SuppressWarnings("unchecked")
@Unwrap
public Set<String> getUsers() throws CacheException
{
More information about the seam-commits
mailing list