Skip to content

Commit

Permalink
Updated the templates to have an exponential buffer growth (and a bit
Browse files Browse the repository at this point in the history
more); #26
  • Loading branch information
phax committed May 13, 2020
1 parent 7f67834 commit 6c6f821
Show file tree
Hide file tree
Showing 13 changed files with 606 additions and 448 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
<plugin>
<groupId>com.helger.maven</groupId>
<artifactId>ph-javacc-maven-plugin</artifactId>
<version>4.1.3</version>
<version>4.1.4-SNAPSHOT</version>
<executions>
<execution>
<id>phase1</id>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,14 @@
*/
package com.helger.pgcc.output.java;

import javax.annotation.Nonnull;

import com.helger.commons.annotation.Nonempty;

public class JavaResourceTemplateLocationImpl implements IJavaResourceTemplateLocations
{
@Nonnull
@Nonempty
public String getTokenTemplateResourceUrl ()
{
return "/templates/Token.template";
Expand Down
Loading

0 comments on commit 6c6f821

Please sign in to comment.