AndroidX
This commit is contained in:
@@ -36,7 +36,7 @@ import java.util.regex.Pattern;
|
||||
* <p/>
|
||||
* <pre>
|
||||
* Validate.isTrue(i > 0, "The value must be greater than zero: %d", i);
|
||||
* Validate.notNull(surname, "The surname must not be %s", null);
|
||||
* Validate.NonNull(surname, "The surname must not be %s", null);
|
||||
* </pre>
|
||||
* <p/>
|
||||
* <p>#ThreadSafe#</p>
|
||||
@@ -182,7 +182,7 @@ public class Validate {
|
||||
}
|
||||
}
|
||||
|
||||
// notNull
|
||||
// NonNull
|
||||
//---------------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user