Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
flowerwarspp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan Maximilian Michal
flowerwarspp
Commits
3e670456
Commit
3e670456
authored
6 years ago
by
Dominick Leppich
Browse files
Options
Downloads
Patches
Plain Diff
Update example comment to new size restrictions
parent
ba072621
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/flowerwarspp/preset/ArgumentParser.java
+1
-1
1 addition, 1 deletion
src/flowerwarspp/preset/ArgumentParser.java
with
1 addition
and
1 deletion
src/flowerwarspp/preset/ArgumentParser.java
+
1
−
1
View file @
3e670456
...
...
@@ -22,7 +22,7 @@ import java.util.*;
* <h2>Einstellungen</h2>
* <p>
* Eine Einstellung hat einen Namen und einen Wert. Ein gutes Beispiel ist hier die Spielfeldgroesse. Der Name dieser
* Einstellung ist {@code size} und der Wert kann eine Zahl zwischen {@code
6
} und {@code
26
} sein. Der Typ einer
* Einstellung ist {@code size} und der Wert kann eine Zahl zwischen {@code
3
} und {@code
30
} sein. Der Typ einer
* Einstellung richtet sich nach der Einstellung. Die Einstellung {@code size} zum Beispiel ist ein {@code int}.
* Einstellungen werden auf der Kommandozeile mit {@code -NAME WERT} gesetzt.
* </p>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment