main Methode entfernt

This commit is contained in:
ngb 2022-12-10 13:40:15 +01:00
parent cec17f0d7c
commit 632038030e
1 changed files with 7 additions and 0 deletions

View File

@ -36,6 +36,13 @@ import static schule.ngb.zm.Constants.random;
@SuppressWarnings( "unused" )
public final class Faker {
/**
* URL, von der extern generierte Fake-Bilder geladen werden können.
* <p>
* Die URL wird als Format-String definiert mit zwei {@code %d}
* Platzhaltern, die durch die Breite und Höhe des gewünschten Bildes
* ersetzt werden.
*/
public static final String FAKE_IMG_URL = "https://loremflickr.com/%d/%d";
public static void main( String[] args ) {