Revision: 914
          http://stripes.svn.sourceforge.net/stripes/?rev=914&view=rev
Author:   bengunter
Date:     2008-05-20 06:36:17 -0700 (Tue, 20 May 2008)

Log Message:
-----------
Added @Override to #init(..)

Modified Paths:
--------------
    
trunk/stripes/src/net/sourceforge/stripes/exception/DelegatingExceptionHandler.java

Modified: 
trunk/stripes/src/net/sourceforge/stripes/exception/DelegatingExceptionHandler.java
===================================================================
--- 
trunk/stripes/src/net/sourceforge/stripes/exception/DelegatingExceptionHandler.java
 2008-05-20 12:12:06 UTC (rev 913)
+++ 
trunk/stripes/src/net/sourceforge/stripes/exception/DelegatingExceptionHandler.java
 2008-05-20 13:36:17 UTC (rev 914)
@@ -92,6 +92,7 @@
      * @throws Exception thrown if any of the discovered handler types cannot 
be safely
      *         instantiated
      */
+    @Override
     public void init(Configuration configuration) throws Exception {
         super.init(configuration);
 


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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to