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:16:33 UTC

incubator-juneau git commit: Test

Repository: incubator-juneau
Updated Branches:
  refs/heads/master 4cf407264 -> 45611c0da


Test

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

Branch: refs/heads/master
Commit: 45611c0da2b87a99927194822e469e7689f4cb41
Parents: 4cf4072
Author: jamesbognar <ja...@gmail.com>
Authored: Sat Aug 27 12:16:18 2016 -0400
Committer: jamesbognar <ja...@gmail.com>
Committed: Sat Aug 27 12:16:18 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/45611c0d/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 3a4d98e..64143e0 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,6 +33,7 @@ public @interface Pojo {
 
 	/**
 	 * Associate a {@link PojoSwap} or {@link SurrogateSwap} with this class type.
+	 *
 	 * <p>
 	 * Supports the following class types:
 	 * <ul>