mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-22 17:19:30 +01:00
missed one character in my lucene escape util
This commit is contained in:
@@ -77,6 +77,7 @@ public final class LuceneUtils {
|
|||||||
case '*':
|
case '*':
|
||||||
case '?':
|
case '?':
|
||||||
case ':':
|
case ':':
|
||||||
|
case '/':
|
||||||
case '\\': //it is supposed to fall through here
|
case '\\': //it is supposed to fall through here
|
||||||
buf.append('\\');
|
buf.append('\\');
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user