Upgrade to google-java-format 1.5
Change-Id: I8e0270efad021e69b1a127cf3175626d26381bdb
This commit is contained in:
@@ -58,7 +58,7 @@ public class StoredValue<T> {
|
||||
public T get(Prolog engine) {
|
||||
T obj = getOrNull(engine);
|
||||
if (obj == null) {
|
||||
//unless createValue() is overridden, will return null
|
||||
// unless createValue() is overridden, will return null
|
||||
obj = createValue(engine);
|
||||
if (obj == null) {
|
||||
throw new SystemException("No " + key + " available");
|
||||
|
||||
Reference in New Issue
Block a user