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

Commit 0eca465

Browse files
committed
Spelling, Javadoc tags
1 parent bafb1da commit 0eca465

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Well, my files, like arrayGeneratorl.java is avalibed under the Mozilla Public License Version 2.0.
1+
Well, my files, like arrayGeneratorl.java is available under the Mozilla Public License Version 2.0.
22
CodeHS, however, own the rights to randomizer.java.

arrayGenerator.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
public class arrayGenerator
1+
/**
2+
* @author BobSaidHi
3+
* @since 2019
4+
* @
5+
*/
6+
public class arrayGenerator
27
{
38
public void main(String[] args)
49
{

randomizer.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* @author CodeHS
3+
* @since 2019 or earlier
4+
*/
15
import java.util.*;
26

37
public class Randomizer{

0 commit comments

Comments
 (0)