Skip to content

Commit fb6fe36

Browse files
remove unnecessary final
1 parent d041324 commit fb6fe36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqldev/src/main/java/org/utplsql/sqldev/model/PrefixTools.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public static String commonPrefix(final List<String> list) {
8181
return commonPrefix(list.toArray(testArray), list.size());
8282
}
8383

84-
} catch (final Exception e) {
84+
} catch (Exception e) {
8585
return "";
8686
}
8787
}

0 commit comments

Comments
 (0)