Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Commit

Permalink
Spelling, Javadoc tags
Browse files Browse the repository at this point in the history
  • Loading branch information
BobSaidHi committed Apr 28, 2021
1 parent bafb1da commit 0eca465
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Well, my files, like arrayGeneratorl.java is avalibed under the Mozilla Public License Version 2.0.
Well, my files, like arrayGeneratorl.java is available under the Mozilla Public License Version 2.0.
CodeHS, however, own the rights to randomizer.java.
7 changes: 6 additions & 1 deletion arrayGenerator.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
public class arrayGenerator
/**
* @author BobSaidHi
* @since 2019
* @
*/
public class arrayGenerator
{
public void main(String[] args)
{
Expand Down
4 changes: 4 additions & 0 deletions randomizer.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* @author CodeHS
* @since 2019 or earlier
*/
import java.util.*;

public class Randomizer{
Expand Down

0 comments on commit 0eca465

Please sign in to comment.