File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
durian-swt/src/main/java/com/diffplug/common/swt Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ public Chit chit() {
107
107
108
108
/** Adds a persistent {@link Layer} which will be populated immediately by the given `Coat`, using `value` as the key. */
109
109
public <T > Layer <T > addCoat (Coat coat , @ Nullable T value ) {
110
- return addCoat (Coat .Returning .fromNonReturning (coat , value ));
110
+ return addCoat (Coat .Returning .Companion . fromNonReturning (coat , value ));
111
111
}
112
112
113
113
/** Adds a persistent {@link Layer} which will be populated immediately by the given `Coat.Returning`, using the return value as the key. */
@@ -161,7 +161,7 @@ private <T> T makeTemporary(Layer<T> layer) {
161
161
162
162
/** Sets the current content of this `CoatMux`, gets disposed as soon as anything else becomes the top layer. */
163
163
public void setCoat (Coat coat ) {
164
- setCoatReturning (Coat .Returning .fromNonReturning (coat , null ));
164
+ setCoatReturning (Coat .Returning .Companion . fromNonReturning (coat , null ));
165
165
}
166
166
167
167
/** Sets the current content of this `CoatMux`, gets disposed as soon as anything else becomes the top layer. */
You can’t perform that action at this time.
0 commit comments