svn commit: r1227075 - /cocoon/cocoon3/trunk/cocoon-sample/src/main/java/org/apache/cocoon/sample/controller/DemoRESTController.java

[email protected]
Newsgroups gmane.text.xml.cocoon.cvs
Message-ID <[email protected]>
Author: reinhard
Date: Wed Jan  4 08:29:05 2012
New Revision: 1227075

URL: http://svn.apache.org/viewvc?rev=1227075&view=rev
Log:
fix "Missing @Override" warning

Modified:
    cocoon/cocoon3/trunk/cocoon-sample/src/main/java/org/apache/cocoon/sample/controller/DemoRESTController.java

Modified: cocoon/cocoon3/trunk/cocoon-sample/src/main/java/org/apache/cocoon/sample/controller/DemoRESTController.java
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-sample/src/main/java/org/apache/cocoon/sample/controller/DemoRESTController.java?rev=1227075&r1=1227074&r2=1227075&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-sample/src/main/java/org/apache/cocoon/sample/controller/DemoRESTController.java (original)
+++ cocoon/cocoon3/trunk/cocoon-sample/src/main/java/org/apache/cocoon/sample/controller/DemoRESTController.java Wed Jan  4 08:29:05 2012
@@ -43,6 +43,7 @@ public class DemoRESTController implemen
     @Autowired
     private Settings settings;
 
+    @Override
     public RestResponse doGet() throws Exception {
         Map<String, Object> data = new HashMap<String, Object>();
         data.put("id", this.id);
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.