mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
Renable full Java 8 Compatibility (#1493)
This commit is contained in:
committed by
Peter Johnson
parent
ca2acec88c
commit
0d7d880261
@@ -123,7 +123,7 @@ public final class CameraServer {
|
||||
}
|
||||
}
|
||||
|
||||
return values.toArray(String[]::new);
|
||||
return values.toArray(new String[0]);
|
||||
}
|
||||
|
||||
@SuppressWarnings({"JavadocMethod", "PMD.AvoidUsingHardCodedIP"})
|
||||
|
||||
Reference in New Issue
Block a user