MARMOTTA-584: improve comment on KiWiIONode.read() fallback

Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/996bad1d
Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/996bad1d
Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/996bad1d

Branch: refs/heads/MARMOTTA-584
Commit: 996bad1d73cab65f54f39fa6493372d027744035
Parents: 7f7c424
Author: Sergio Fernández <[email protected]>
Authored: Fri Jul 1 14:24:49 2016 +0200
Committer: Sergio Fernández <[email protected]>
Committed: Fri Jul 1 14:24:49 2016 +0200

----------------------------------------------------------------------
 .../src/main/java/org/apache/marmotta/kiwi/io/KiWiIO.java          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/996bad1d/libraries/kiwi/kiwi-triplestore/src/main/java/org/apache/marmotta/kiwi/io/KiWiIO.java
----------------------------------------------------------------------
diff --git 
a/libraries/kiwi/kiwi-triplestore/src/main/java/org/apache/marmotta/kiwi/io/KiWiIO.java
 
b/libraries/kiwi/kiwi-triplestore/src/main/java/org/apache/marmotta/kiwi/io/KiWiIO.java
index e87cfb6..2508427 100644
--- 
a/libraries/kiwi/kiwi-triplestore/src/main/java/org/apache/marmotta/kiwi/io/KiWiIO.java
+++ 
b/libraries/kiwi/kiwi-triplestore/src/main/java/org/apache/marmotta/kiwi/io/KiWiIO.java
@@ -234,7 +234,7 @@ public class KiWiIO {
                         }
                     }
 
-                    //should never arrive here, just to satisfy the static 
checks of the compiler
+                    //should never arrive here...
                     throw new IllegalArgumentException("unknown KiWiNode type: 
" + type);
                 } else {
                     throw new IllegalArgumentException("unknown KiWiNode type: 
" + type);

Reply via email to