[jruby-joni] 97/223: cleanup.

Hideki Yamane henrich at moszumanska.debian.org
Mon Nov 16 11:21:55 UTC 2015


This is an automated email from the git hooks/post-receive script.

henrich pushed a commit to branch debian/sid
in repository jruby-joni.

commit 3c45bc4aa02d15d9fe30dcbd95dabc874e3cac59
Author: Marcin Mielzynski <lopx at gazeta.pl>
Date:   Sun Feb 19 15:50:18 2012 +0100

    cleanup.
---
 src/org/joni/Analyser.java | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/src/org/joni/Analyser.java b/src/org/joni/Analyser.java
index 4e419a2..57bc6fe 100644
--- a/src/org/joni/Analyser.java
+++ b/src/org/joni/Analyser.java
@@ -269,14 +269,10 @@ final class Analyser extends Parser {
         case NodeType.BREF:
             ((BackRefNode)node).renumber(map);
             break;
-
-        default:
-            break;
         } // switch
     }
 
     protected final void numberedRefCheck(Node node) {
-
         switch (node.getType()) {
         case NodeType.LIST:
         case NodeType.ALT:
@@ -298,9 +294,6 @@ final class Analyser extends Parser {
             BackRefNode br = (BackRefNode)node;
             if (!br.isNameRef()) newValueException(ERR_NUMBERED_BACKREF_OR_CALL_NOT_ALLOWED);
             break;
-
-        default:
-            break;
         } // switch
     }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jruby-joni.git



More information about the pkg-java-commits mailing list