Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mathieu Féry
mobile21
Commits
3ce8d81c
Unverified
Commit
3ce8d81c
authored
Apr 22, 2021
by
Mathieu Féry (Mathius)
Browse files
Patch getRandomName Context, List<Name>, String... for use names
parent
03da6715
Pipeline
#28840
failed with stages
in 57 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/fr/iutnantes/miar/dndgenerator/api/donjon/bin/sh/Name.java
View file @
3ce8d81c
...
...
@@ -382,7 +382,7 @@ public class Name implements Serializable {
*/
@NonNull
public
static
String
getRandomName
(
Context
ctx
,
List
<
Name
>
names
,
String
...
keywords
)
{
return
getRandomName
(
ctx
,
allN
ames
,
Arrays
.
asList
(
keywords
));
return
getRandomName
(
ctx
,
n
ames
,
Arrays
.
asList
(
keywords
));
}
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment