Skip to content

Commit efc175e

Browse files
committed
Update UILoader.
1 parent 346fae6 commit efc175e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sierra/src/main/java/org/httprpc/sierra/UILoader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1034,7 +1034,7 @@ public static <C extends JComponent> void bind(String tag, Class<C> type, Suppli
10341034
* @param bindings
10351035
* The bindings to apply.
10361036
*/
1037-
public static void bind(Properties bindings) throws ReflectiveOperationException {
1037+
public static void bind(Properties bindings) throws ClassNotFoundException {
10381038
bind(bindings, ClassLoader.getSystemClassLoader());
10391039
}
10401040

0 commit comments

Comments
 (0)