Loading pom.xml +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ <groupId>com.redfin</groupId> <artifactId>sitemapgen4j</artifactId> <packaging>jar</packaging> <version>1.1-SNAPSHOT</version> <version>1.0.1</version> <name>SitemapGen4J</name> <build> <defaultGoal>install</defaultGoal> Loading src/main/java/com/redfin/sitemapgenerator/AbstractSitemapGeneratorOptions.java +2 −2 Original line number Diff line number Diff line Loading @@ -58,12 +58,12 @@ abstract class AbstractSitemapGeneratorOptions<THIS extends AbstractSitemapGener return getThis(); } /** Gzip the sitemaps after they are written to disk */ THIS gzip(boolean gzip) { public THIS gzip(boolean gzip) { this.gzip = gzip; return getThis(); } @SuppressWarnings("unchecked") public THIS getThis() { THIS getThis() { return (THIS)this; } } No newline at end of file Loading
pom.xml +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ <groupId>com.redfin</groupId> <artifactId>sitemapgen4j</artifactId> <packaging>jar</packaging> <version>1.1-SNAPSHOT</version> <version>1.0.1</version> <name>SitemapGen4J</name> <build> <defaultGoal>install</defaultGoal> Loading
src/main/java/com/redfin/sitemapgenerator/AbstractSitemapGeneratorOptions.java +2 −2 Original line number Diff line number Diff line Loading @@ -58,12 +58,12 @@ abstract class AbstractSitemapGeneratorOptions<THIS extends AbstractSitemapGener return getThis(); } /** Gzip the sitemaps after they are written to disk */ THIS gzip(boolean gzip) { public THIS gzip(boolean gzip) { this.gzip = gzip; return getThis(); } @SuppressWarnings("unchecked") public THIS getThis() { THIS getThis() { return (THIS)this; } } No newline at end of file