Skip to content

Commit

Permalink
Suppress warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pron committed Sep 16, 2015
1 parent 871ffbe commit f2caec4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions capsule/src/main/java/Capsule.java
Original file line number Diff line number Diff line change
Expand Up @@ -4398,6 +4398,7 @@ private static <T> T xor(T x, T y) {
return x != null ? x : y;
}

@SuppressWarnings("fallthrough")
static String globToRegex(String pattern) {
// Based on Neil Traft: http://stackoverflow.com/a/17369948/750563
final String DOT = "[^/]"; // "." -- exclude slashes
Expand Down

0 comments on commit f2caec4

Please sign in to comment.