Skip to content
Snippets Groups Projects
Commit 719b610c authored by srosse's avatar srosse
Browse files

OO-3071: remove supernumerary brace

parent cc4e9e47
No related branches found
No related tags found
No related merge requests found
...@@ -278,7 +278,7 @@ public class RepositoryEntryAuthorQueries { ...@@ -278,7 +278,7 @@ public class RepositoryEntryAuthorQueries {
if(StringHelper.isLong(quickRefs)) { if(StringHelper.isLong(quickRefs)) {
try { try {
quickId = Long.parseLong(quickRefs); quickId = Long.parseLong(quickRefs);
sb.append(" or v.key=:quickVKey or res.resId=:quickVKey)"); sb.append(" or v.key=:quickVKey or res.resId=:quickVKey");
} catch (NumberFormatException e) { } catch (NumberFormatException e) {
// //
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment