File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/main/java/com/igormaznitsa/prologparser Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 3838
3939public class DefaultParserContext implements ParserContext {
4040
41- private static final Op [] EMPTY = new Op [0 ];
41+ protected static final Op [] EMPTY = new Op [0 ];
4242 protected final Set <String > opPrefixes = new HashSet <>();
4343 protected final Map <String , OpContainer > opContainers = new HashMap <>();
4444 protected final int flags ;
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ public enum Quotation {
5555
5656 /**
5757 * Get quotation mark.
58+ *
5859 * @return the quotation mark as string
5960 */
6061 public String getQuotationMark () {
@@ -63,6 +64,7 @@ public String getQuotationMark() {
6364
6465 /**
6566 * Quotate string.
67+ *
6668 * @param str string to quotate, can be null
6769 * @return quotated string
6870 */
You can’t perform that action at this time.
0 commit comments