Skip to content

Commit 72b3c96

Browse files
committed
Revert "Add DcComics Faker"
This reverts commit c7ab5e0.
1 parent c7ab5e0 commit 72b3c96

File tree

7 files changed

+1
-70
lines changed

7 files changed

+1
-70
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ Providers
194194
* Currency
195195
* DateAndTime
196196
* Demographic
197-
* DcComics
198197
* Dessert
199198
* Device
200199
* Disease

src/main/java/net/datafaker/DcComics.java

Lines changed: 0 additions & 30 deletions
This file was deleted.

src/main/java/net/datafaker/Faker.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -470,10 +470,6 @@ public Disease disease() {
470470
return getProvider(Disease.class, () -> new Disease(this));
471471
}
472472

473-
public DcComics dcComics() {
474-
return getProvider(DcComics.class, () -> new DcComics(this));
475-
}
476-
477473
public Demographic demographic() {
478474
return getProvider(Demographic.class, () -> new Demographic(this));
479475
}

src/main/java/net/datafaker/service/files/EnFile.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public String getPath() {
7272
"crypto_coin.yml",
7373
// "culture_series.yml",
7474
"currency.yml",
75-
"dc_comics.yml",
75+
// "dc_comics.yml",
7676
"dark_soul.yml",
7777
"demographic.yml",
7878
"dessert.yml",
File renamed without changes.

src/test/java/net/datafaker/DcComicsTest.java

Lines changed: 0 additions & 33 deletions
This file was deleted.

src/test/java/net/datafaker/integration/FakerIT.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ void testAllFakerMethodsThatReturnStrings(Locale locale, Random random) throws E
110110
testAllMethodsThatReturnStringsActuallyReturnStrings(faker.demographic());
111111
testAllMethodsThatReturnStringsActuallyReturnStrings(faker.dessert());
112112
testAllMethodsThatReturnStringsActuallyReturnStrings(faker.device());
113-
testAllMethodsThatReturnStringsActuallyReturnStrings(faker.dcComics());
114113
testAllMethodsThatReturnStringsActuallyReturnStrings(faker.disease());
115114
testAllMethodsThatReturnStringsActuallyReturnStrings(faker.dog());
116115
testAllMethodsThatReturnStringsActuallyReturnStrings(faker.dragonBall());

0 commit comments

Comments
 (0)