Revision: 939
          http://stripes.svn.sourceforge.net/stripes/?rev=939&view=rev
Author:   bengunter
Date:     2008-06-19 13:12:32 -0700 (Thu, 19 Jun 2008)

Log Message:
-----------
Removed an unnecessary @SuppressWarnings

Modified Paths:
--------------
    
trunk/stripes/src/net/sourceforge/stripes/tag/DefaultTagErrorRendererFactory.java

Modified: 
trunk/stripes/src/net/sourceforge/stripes/tag/DefaultTagErrorRendererFactory.java
===================================================================
--- 
trunk/stripes/src/net/sourceforge/stripes/tag/DefaultTagErrorRendererFactory.java
   2008-06-18 23:34:54 UTC (rev 938)
+++ 
trunk/stripes/src/net/sourceforge/stripes/tag/DefaultTagErrorRendererFactory.java
   2008-06-19 20:12:32 UTC (rev 939)
@@ -48,8 +48,7 @@
      * class is used.  If the configured class cannot be found an exception 
will be
      * thrown and the factory is deemed invalid.
      */
-    @SuppressWarnings("unchecked")
-       public void init(Configuration configuration) throws Exception {
+    public void init(Configuration configuration) throws Exception {
         setConfiguration(configuration);
 
         this.rendererClass = configuration.getBootstrapPropertyResolver().


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to