Skip to content

Commit d514f59

Browse files
committed
Change comment style on QueryParser
1 parent 17bb23f commit d514f59

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Lucene.Net.QueryParser/Surround/Parser/QueryParser.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ public class QueryParser
6969
/* CHECKME: These should be the same as for the tokenizer. How? */
7070
internal const char truncator = '*';
7171
internal const char anyChar = '?';
72-
// internal const char quote = '"'; /* LUCENENET: not used */
72+
// internal const char quote = '"'; // LUCENENET: not used
7373
internal const char fieldOperator = ':';
74-
// internal const char comma = ','; /* LUCENENET: not used; prefix list separator */
75-
// internal const char carat = '^'; /* LUCENENET: not used; weight operator */
74+
// internal const char comma = ','; /* prefix list separator */ // LUCENENET: not used
75+
// internal const char carat = '^'; /* weight operator */ // LUCENENET: not used
7676

7777
public static SrndQuery Parse(string query)
7878
{

0 commit comments

Comments
 (0)