Skip to content

Commit db9cef6

Browse files
committed
Fix SOLRQueryProcessor helper method scope by moving sanitizeCachedQuery and stripOldZeroPaddingOfNumericString to outer class
1 parent f7d605c commit db9cef6

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/main/java/uk/ac/vfb/geppetto/SOLRQueryProcessor.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -739,8 +739,9 @@ private void addImage(String data, String name, String reference, ArrayValue ima
739739
private String secureUrl(String url) {
740740
return url.replace("http://","https://");
741741
}
742+
}
742743

743-
744+
// END VFB term info schema
744745

745746
private String stripOldZeroPaddingOfNumericString(String value) {
746747
if (value == null) {
@@ -771,9 +772,6 @@ private void sanitizeCachedQuery(vfb_query query) {
771772
query.expression_level = stripOldZeroPaddingOfNumericString(query.expression_level);
772773
}
773774
}
774-
}
775-
776-
// END VFB term info schema
777775

778776
/*
779777
* (non-Javadoc)

0 commit comments

Comments
 (0)