You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rd...@apache.org on 2009/09/04 22:14:09 UTC

svn commit: r811534 - /james/server/trunk/smtpserver-function/src/main/java/org/apache/james/smtpserver/SMTPServer.java

Author: rdonkin
Date: Fri Sep  4 20:14:09 2009
New Revision: 811534

URL: http://svn.apache.org/viewvc?rev=811534&view=rev
Log:
Suppress warnings for this method

Modified:
    james/server/trunk/smtpserver-function/src/main/java/org/apache/james/smtpserver/SMTPServer.java

Modified: james/server/trunk/smtpserver-function/src/main/java/org/apache/james/smtpserver/SMTPServer.java
URL: http://svn.apache.org/viewvc/james/server/trunk/smtpserver-function/src/main/java/org/apache/james/smtpserver/SMTPServer.java?rev=811534&r1=811533&r2=811534&view=diff
==============================================================================
--- james/server/trunk/smtpserver-function/src/main/java/org/apache/james/smtpserver/SMTPServer.java (original)
+++ james/server/trunk/smtpserver-function/src/main/java/org/apache/james/smtpserver/SMTPServer.java Fri Sep  4 20:14:09 2009
@@ -289,6 +289,7 @@
     /**
      * @see org.apache.avalon.excalibur.pool.ObjectFactory#getCreatedClass()
      */
+    @SuppressWarnings("unchecked")
     public Class getCreatedClass() {
         return SMTPHandler.class;
     }



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org