Skip to content

Commit e3f535e

Browse files
committed
Missing }
1 parent 15feece commit e3f535e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/z3950/zing/cql/CQLParserTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ public static String[] getResourceListing(Class clazz, String path) throws IOExc
189189
}
190190
return result.toArray(new String[result.size()]);
191191
}
192-
192+
}
193193
throw new UnsupportedOperationException("Cannot list files for URL "
194194
+ dirURL);
195195
}

0 commit comments

Comments
 (0)