Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Fusier2006-06-08 13:09:33 +0000
committerFrederic Fusier2006-06-08 13:09:33 +0000
commit65cffea518e323981e83002b5b2ff520f43d6c58 (patch)
tree7e8136c4c421151e217f4b3ca7394bbab92e01f7 /org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java
parent4bca3a5b750a1427c84a78f92ee835c1f5e75da7 (diff)
downloadeclipse.jdt.core-65cffea518e323981e83002b5b2ff520f43d6c58.tar.gz
eclipse.jdt.core-65cffea518e323981e83002b5b2ff520f43d6c58.tar.xz
eclipse.jdt.core-65cffea518e323981e83002b5b2ff520f43d6c58.zip
HEAD - Merge with TARGET_321 stream
Diffstat (limited to 'org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java')
-rw-r--r--org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java b/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java
index 8f85581c31..f28c32fa87 100644
--- a/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java
+++ b/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java
@@ -965,6 +965,7 @@ public abstract class AbstractCommentParser implements JavadocTagConstants {
this.scanner.currentPosition = this.tokenPreviousPosition;
this.currentTokenType = -1;
}
+ // fall through default case to raise exception
default:
throw new InvalidInputException();
}

Back to the top