forked from plusone/plusone-commons
格式化代码。
This commit is contained in:
@@ -55,7 +55,7 @@ public final class Ref<T> {
|
||||
return this.value != null;
|
||||
}
|
||||
|
||||
public void execute(Consumer<T> consumer) {
|
||||
public void execute(Consumer<? super T> consumer) {
|
||||
consumer.accept(value);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user