Select Git revision
Player.java
Forked from
TRAVERS Corentin / flooding-template
Source project has a limited visibility.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Strength.java 87 B
package authentication;
public enum Strength {
VERY_WEAK, WEAK, REGULAR, STRONG
}