Skip to content

Commit

Permalink
Update IntegralRange.java.ftl
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavo committed Nov 7, 2024
1 parent 64de4b7 commit 433b5f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public final class ${Type}Range extends IntegralRange<${WrapperType}> implements
private static final long serialVersionUID = ${SerialVersionUID};
private static final int HASH_MAGIC = ${HashMagic};

public static final ${StepType} DEFAULT_STEP =1;
public static final ${StepType} DEFAULT_STEP = 1;
public static final ${StepType} MAX_STEP = ${MaxStep};
public static final ${StepType} MAX_REVERSE_STEP = ${MaxReverseStep};

Expand Down

0 comments on commit 433b5f9

Please sign in to comment.