This is an automated email from the ASF dual-hosted git repository.
nnag pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/develop by this push:
new 18743f5 GEODE-182: Use of neutral words (#1560)
18743f5 is described below
commit 18743f508d6fff86a5a54c2b118b162fe35e986c
Author: Nabarun Nag <[email protected]>
AuthorDate: Tue Mar 6 09:39:13 2018 -0800
GEODE-182: Use of neutral words (#1560)
---
.../geode/management/internal/cli/util/ThreePhraseGenerator.java | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git
a/geode-core/src/main/java/org/apache/geode/management/internal/cli/util/ThreePhraseGenerator.java
b/geode-core/src/main/java/org/apache/geode/management/internal/cli/util/ThreePhraseGenerator.java
index 5033255..ca17642 100644
---
a/geode-core/src/main/java/org/apache/geode/management/internal/cli/util/ThreePhraseGenerator.java
+++
b/geode-core/src/main/java/org/apache/geode/management/internal/cli/util/ThreePhraseGenerator.java
@@ -22,15 +22,15 @@ import java.util.Random;
*/
public class ThreePhraseGenerator {
private static final String[] adjectives =
- "agreeable, alive, better, brave, calm, careful, clever, dead,
delightful, eager, easy, faithful, famous, gentle, gifted, happy, helpful,
important, inexpensive, jolly, kind, lively, mushy, nice, obedient, odd,
powerful, proud, relieved, rich, shy, silly, tender, thankful, uninterested,
vast, victorious, witty, wrong, zealous"
+ "agreeable, alive, better, brave, calm, careful, clever, drab,
delightful, eager, elegant, faithful, famous, gentle, gifted, happy, helpful,
important, inexpensive, jolly, kind, lively, nice, obedient, odd, polite,
powerful, proud, relieved, rich, shy, silly, tender, thankful, uninterested,
vast, victorious, witty, wrong, zealous"
.split(", ");
private static final String[] nouns =
- "ball, bat, bed, book, boy, bun, can, cake, cap, car, cat, cow, cub,
cup, dad, day, dog, doll, dust, fan, feet, girl, gun, hall, hat, hen, jar,
kite, man, map, men, mom, pan, pet, pie, pig, pot, rat, son, sun, toe, tub, van"
+ "alpha, bravo, ball, bat, bed, book, bun, can, cake, cap, car, cup,
delta, echo, hotel, day, kilo, uniform, dust, fan, feet, xray, gun, hall, hat,
gamma, jar, kite, beta, map, omega, zeta, pan, post, pie, iota, pot, sigma,
theta, sun, toe, tub, van"
.split(", ");
private static final String[] verbs =
- "add, allow, bake, bang, call, chase, damage, drop, end, escape, fasten,
fix, gather, grab, hang, hug, imagine, itch, jog, jump, kick, knit, land, lock,
march, mix, name, notice, obey, open, pass, promise, question, reach, rinse,
scatter, stay, talk, turn, untie, use, vanish, visit, walk, work, yawn, yell,
zip, zoom"
+ "add, allow, bake, sing, call, chase, dance, dream, end, elevate,
fasten, fix, gather, give, hold, hug, imagine, itch, jog, jump, kick, knit,
land, lock, march, mix, name, notice, obey, open, pass, promise, question,
reach, rinse, scatter, stay, talk, turn, untie, use, vanish, visit, walk, work,
yawn, yell, zip, zoom"
.split(", ");
private final Random prng;
--
To stop receiving notification emails like this one, please contact
[email protected].