Skip to content

Commit

Permalink
sequence contructor
Browse files Browse the repository at this point in the history
  • Loading branch information
nglthu committed Mar 7, 2024
1 parent 9d6ec49 commit 7e3cdb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/mycompany/app/Sequence/Sequence.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class Sequence {

Sequence(){}
Sequence(int size){}

public Sequence(int size){
obj = new Object[size];
}
Expand Down

0 comments on commit 7e3cdb4

Please sign in to comment.