Repository: incubator-juneau
Updated Branches:
  refs/heads/master b72b97639 -> 75714d994


Fix whitespace.

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

Branch: refs/heads/master
Commit: 75714d994f6c28d3066ad8ec539accc3f94e95f4
Parents: b72b976
Author: JamesBognar <[email protected]>
Authored: Fri Apr 7 13:00:58 2017 -0400
Committer: JamesBognar <[email protected]>
Committed: Fri Apr 7 13:00:58 2017 -0400

----------------------------------------------------------------------
 juneau-core/src/main/java/org/apache/juneau/ClassMeta.java | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/75714d99/juneau-core/src/main/java/org/apache/juneau/ClassMeta.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/ClassMeta.java 
b/juneau-core/src/main/java/org/apache/juneau/ClassMeta.java
index b0343a4..f1513bb 100644
--- a/juneau-core/src/main/java/org/apache/juneau/ClassMeta.java
+++ b/juneau-core/src/main/java/org/apache/juneau/ClassMeta.java
@@ -786,7 +786,7 @@ public final class ClassMeta<T> implements Type {
                                        if (s == null && 
isParentClass(f.getNormalClass(), normalClass))
                                                s = f;
                                if (s == null)
-                                        s = PojoSwap.NULL;
+                                       s = PojoSwap.NULL;
                                PojoSwap<?,?> s2 = 
childSwapMap.putIfAbsent(normalClass, s);
                                if (s2 != null)
                                        s = s2;
@@ -813,7 +813,7 @@ public final class ClassMeta<T> implements Type {
                                        if (s == null && 
isParentClass(f.getSwapClass(), swapClass))
                                                s = f;
                                if (s == null)
-                                        s = PojoSwap.NULL;
+                                       s = PojoSwap.NULL;
                                PojoSwap<?,?> s2 = 
childUnswapMap.putIfAbsent(swapClass, s);
                                if (s2 != null)
                                        s = s2;
@@ -1359,7 +1359,7 @@ public final class ClassMeta<T> implements Type {
         */
        public Method getNameProperty() {
                return namePropertyMethod;
-       }
+       }
 
        /**
         * Returns the method annotated with {@link ParentProperty 
@ParentProperty}.
@@ -1368,7 +1368,7 @@ public final class ClassMeta<T> implements Type {
         */
        public Method getParentProperty() {
                return parentPropertyMethod;
-       }
+       }
 
        /**
         * Returns the reason why this class is not a bean, or <jk>null</jk> if 
it is a bean.

Reply via email to