We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad60f5c commit 01a927fCopy full SHA for 01a927f
core/src/main/java/edu/wpi/grip/core/sources/IPCameraFrameGrabber.java
@@ -164,7 +164,7 @@ byte[] readImage() throws IOException {
164
}
165
166
// find embedded jpeg in stream
167
- final String subheader = sb.toString().toLowerCase();;
+ final String subheader = sb.toString().toLowerCase();
168
//log.debug(subheader);
169
170
// if (boundryKey == null)
0 commit comments