File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/main/java/com/bigboxer23/meural_control Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9494 <dependency >
9595 <groupId >com.bigboxer23</groupId >
9696 <artifactId >utils</artifactId >
97- <version >2.2.1 </version >
97+ <version >2.2.2 </version >
9898 </dependency >
9999 <dependency >
100100 <groupId >org.htmlunit</groupId >
254254 <configuration >
255255 <java >
256256 <googleJavaFormat >
257- <version >1.17.0 </version >
257+ <version >1.25.2 </version >
258258 <style >AOSP</style >
259259 <reflowLongStrings >true</reflowLongStrings >
260260 </googleJavaFormat >
261261 <palantirJavaFormat >
262- <version >2.35 .0</version >
262+ <version >2.59 .0</version >
263263 </palantirJavaFormat >
264264 <indent >
265265 <tabs >true</tabs >
Original file line number Diff line number Diff line change 44import com .bigboxer23 .meural_control .google .GooglePhotosComponent ;
55import com .bigboxer23 .utils .command .Command ;
66import com .bigboxer23 .utils .command .RetryingCommand ;
7+ import com .bigboxer23 .utils .command .VoidCommand ;
78import com .bigboxer23 .utils .http .OkHttpUtil ;
89import com .bigboxer23 .utils .http .RequestBuilderCallback ;
910import com .squareup .moshi .JsonEncodingException ;
@@ -306,10 +307,9 @@ public void reset() {
306307 meuralDevice = null ;
307308 }
308309
309- private Command < Void > resetCommand () {
310+ private VoidCommand resetCommand () {
310311 return () -> {
311312 reset ();
312- return null ;
313313 };
314314 }
315315
You can’t perform that action at this time.
0 commit comments