You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@reef.apache.org by ju...@apache.org on 2015/06/30 21:57:08 UTC

incubator-reef git commit: [REEF-435] Fix a checkstyle issue This fixes a comment in the recently introdcued `AvroClassHierarchy` to match our checkstyle rules.

Repository: incubator-reef
Updated Branches:
  refs/heads/master 96f9e94fa -> 2a37f80d4


[REEF-435] Fix a checkstyle issue
This fixes a comment in the recently introdcued `AvroClassHierarchy` to
match our checkstyle rules.

JIRA:
  [REEF-435](https://issues.apache.org/jira/browse/REEF-435)

Pull Request:
  This closes #262


Project: http://git-wip-us.apache.org/repos/asf/incubator-reef/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-reef/commit/2a37f80d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-reef/tree/2a37f80d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-reef/diff/2a37f80d

Branch: refs/heads/master
Commit: 2a37f80d42bda9c896ad062dee6d794b59902785
Parents: 96f9e94
Author: Markus Weimer <we...@apache.org>
Authored: Tue Jun 30 12:46:51 2015 -0700
Committer: Julia Wang <jw...@yahoo.com>
Committed: Tue Jun 30 12:55:02 2015 -0700

----------------------------------------------------------------------
 .../apache/reef/tang/implementation/avro/AvroClassHierarchy.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/2a37f80d/lang/java/reef-tang/tang/src/main/java/org/apache/reef/tang/implementation/avro/AvroClassHierarchy.java
----------------------------------------------------------------------
diff --git a/lang/java/reef-tang/tang/src/main/java/org/apache/reef/tang/implementation/avro/AvroClassHierarchy.java b/lang/java/reef-tang/tang/src/main/java/org/apache/reef/tang/implementation/avro/AvroClassHierarchy.java
index a66f8e4..9e1ea57 100644
--- a/lang/java/reef-tang/tang/src/main/java/org/apache/reef/tang/implementation/avro/AvroClassHierarchy.java
+++ b/lang/java/reef-tang/tang/src/main/java/org/apache/reef/tang/implementation/avro/AvroClassHierarchy.java
@@ -29,7 +29,7 @@ import java.util.HashMap;
 import java.util.List;
 
 /**
- * Implementation of ClassHierarchy for Avro
+ * Implementation of ClassHierarchy for Avro.
  */
 final class AvroClassHierarchy implements ClassHierarchy {
   private final PackageNode namespace;