You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2016/08/27 16:28:40 UTC

[4/4] incubator-juneau git commit: Test2

Test2

Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/36f1b535
Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/36f1b535
Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/36f1b535

Branch: refs/heads/master
Commit: 36f1b535e5b90a0cef16989feefb582f65b1597d
Parents: 6a67396
Author: jamesbognar <ja...@gmail.com>
Authored: Sat Aug 27 12:28:31 2016 -0400
Committer: jamesbognar <ja...@gmail.com>
Committed: Sat Aug 27 12:28:31 2016 -0400

----------------------------------------------------------------------
 juneau-core/src/main/java/org/apache/juneau/annotation/Pojo.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/36f1b535/juneau-core/src/main/java/org/apache/juneau/annotation/Pojo.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/annotation/Pojo.java b/juneau-core/src/main/java/org/apache/juneau/annotation/Pojo.java
index 64143e0..3a4d98e 100644
--- a/juneau-core/src/main/java/org/apache/juneau/annotation/Pojo.java
+++ b/juneau-core/src/main/java/org/apache/juneau/annotation/Pojo.java
@@ -33,7 +33,6 @@ public @interface Pojo {
 
 	/**
 	 * Associate a {@link PojoSwap} or {@link SurrogateSwap} with this class type.
-	 *
 	 * <p>
 	 * Supports the following class types:
 	 * <ul>