You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2014/11/06 21:31:43 UTC

svn commit: r1637211 - /commons/proper/weaver/trunk/src/site/markdown/index.md

Author: mbenson
Date: Thu Nov  6 20:31:43 2014
New Revision: 1637211

URL: http://svn.apache.org/r1637211
Log:
remove unused implements keyword from example

Modified:
    commons/proper/weaver/trunk/src/site/markdown/index.md

Modified: commons/proper/weaver/trunk/src/site/markdown/index.md
URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/src/site/markdown/index.md?rev=1637211&r1=1637210&r2=1637211&view=diff
==============================================================================
--- commons/proper/weaver/trunk/src/site/markdown/index.md (original)
+++ commons/proper/weaver/trunk/src/site/markdown/index.md Thu Nov  6 20:31:43 2014
@@ -165,7 +165,7 @@ And your POJO object annotated.
       /**
        * Represents a user in our system.
        */
-      public class User implements {
+      public class User {
           
           private String name;
           private String surname;