Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<properties>
<maven.min-version>3.5.2</maven.min-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<global_antlr_version>4.7.2</global_antlr_version>
<global_antlr_version>4.13.2</global_antlr_version>
</properties>
<distributionManagement>
<snapshotRepository>
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated from com/github/palindromicity/syslog/dsl/generated/Rfc5424.g4 by ANTLR 4.7.2
// Generated from com/github/palindromicity/syslog/dsl/generated/Rfc5424.g4 by ANTLR 4.13.2
package com.github.palindromicity.syslog.dsl.generated;

//CHECKSTYLE:OFF
Expand Down Expand Up @@ -29,6 +29,7 @@
* which can be extended to create a listener which only needs to handle a subset
* of the available methods.
*/
@SuppressWarnings("CheckReturnValue")
public class Rfc5424BaseListener implements Rfc5424Listener {
/**
* {@inheritDoc}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated from com/github/palindromicity/syslog/dsl/generated/Rfc5424.g4 by ANTLR 4.7.2
// Generated from com/github/palindromicity/syslog/dsl/generated/Rfc5424.g4 by ANTLR 4.13.2
package com.github.palindromicity.syslog.dsl.generated;

//CHECKSTYLE:OFF
Expand Down Expand Up @@ -29,6 +29,7 @@
* @param <T> The return type of the visit operation. Use {@link Void} for
* operations with no return type.
*/
@SuppressWarnings("CheckReturnValue")
public class Rfc5424BaseVisitor<T> extends AbstractParseTreeVisitor<T> implements Rfc5424Visitor<T> {
/**
* {@inheritDoc}
Expand Down

Large diffs are not rendered by default.

1,147 changes: 722 additions & 425 deletions src/main/java/com/github/palindromicity/syslog/dsl/generated/Rfc5424Lexer.java

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated from com/github/palindromicity/syslog/dsl/generated/Rfc5424.g4 by ANTLR 4.7.2
// Generated from com/github/palindromicity/syslog/dsl/generated/Rfc5424.g4 by ANTLR 4.13.2
package com.github.palindromicity.syslog.dsl.generated;

//CHECKSTYLE:OFF
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated from com/github/palindromicity/syslog/dsl/generated/Rfc5424.g4 by ANTLR 4.7.2
// Generated from com/github/palindromicity/syslog/dsl/generated/Rfc5424.g4 by ANTLR 4.13.2
package com.github.palindromicity.syslog.dsl.generated;

//CHECKSTYLE:OFF
Expand Down