Skip to content

Commit

Permalink
correct bug defining v04 bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Oct 15, 2024
1 parent 583dd79 commit 244fd5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class AxisV04 implements Axis {
protected AxisV04(String abreviation, int min, int step, int halo, double offset, double scale, String ref) {
this.abreviation = abreviation;
this.halo = halo;
this.step = step;
this.min = min;
this.offset = offset;
this.scale = scale;
this.step = step;
Expand Down

0 comments on commit 244fd5c

Please sign in to comment.