Skip to content

Commit d65ffb8

Browse files
committed
fix merge bugs
1 parent 3ce3dc6 commit d65ffb8

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

src/main/java/com/cinchapi/ccl/generated/GrammarTokenManager.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
import java.util.function.Function;
3232

3333
/** Token Manager. */
34+
@SuppressWarnings("unused")
3435
public class GrammarTokenManager implements GrammarConstants {
3536

3637
/** Debug output. */

src/main/java/com/cinchapi/ccl/grammar/ValueSymbol.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,6 @@
2626
*/
2727
public class ValueSymbol extends ValueTokenSymbol<Object> {
2828

29-
/**
30-
* A list of characters that, when contained within a string or string-like
31-
* value, necessitate the need for the value to be quoted in the
32-
* {@link #escape(Object)} function.
33-
*/
34-
private static Character[] STRING_CHARACTERS_THAT_MUST_BE_QUOTED = Array
35-
.containing('=', ' '); // CON-672, CCL-21
36-
3729
/**
3830
* A list of characters that, when contained within a string or string-like
3931
* value, necessitate the need for the value to be quoted in the

0 commit comments

Comments
 (0)