-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replaced package.html files with package-info.java files
- Loading branch information
Showing
14 changed files
with
56 additions
and
67 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
.../runConfigurations/randomizer__clean_publishMavenJavaPublicationToMavenLocal_publish_.xml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
5 changes: 5 additions & 0 deletions
5
src/main/java/io/github/astrapi69/random/address/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/** | ||
* This package contains helper classes for random address objects and classes for generate address | ||
* random data | ||
*/ | ||
package io.github.astrapi69.random.address; |
11 changes: 0 additions & 11 deletions
11
src/main/java/io/github/astrapi69/random/address/package.html
This file was deleted.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
src/main/java/io/github/astrapi69/random/date/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/** | ||
* This package contains helper classes for random date objects | ||
*/ | ||
package io.github.astrapi69.random.date; |
11 changes: 0 additions & 11 deletions
11
src/main/java/io/github/astrapi69/random/date/package.html
This file was deleted.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
src/main/java/io/github/astrapi69/random/enumeration/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/** | ||
* Provides enum class for the random algorithms | ||
*/ | ||
package io.github.astrapi69.random.enumeration; |
4 changes: 4 additions & 0 deletions
4
src/main/java/io/github/astrapi69/random/number/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/** | ||
* This package contains utility classes for random primitive types and numbers | ||
*/ | ||
package io.github.astrapi69.random.number; |
11 changes: 0 additions & 11 deletions
11
src/main/java/io/github/astrapi69/random/number/package.html
This file was deleted.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
src/main/java/io/github/astrapi69/random/object/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/** | ||
* This package contains utility classes for random objects | ||
*/ | ||
package io.github.astrapi69.random.object; |
11 changes: 0 additions & 11 deletions
11
src/main/java/io/github/astrapi69/random/object/package.html
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/** | ||
* This package contains helper classes for random objects like numbers or String and a builder for | ||
* SecureRandom object | ||
*/ | ||
package io.github.astrapi69.random; |
This file was deleted.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
src/main/java/io/github/astrapi69/random/util/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/** | ||
* This package contains helper classes that help create random objects | ||
*/ | ||
package io.github.astrapi69.random.util; |
11 changes: 0 additions & 11 deletions
11
src/main/java/io/github/astrapi69/random/util/package.html
This file was deleted.
Oops, something went wrong.