Skip to content

Commit

Permalink
Run lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Feb 16, 2024
1 parent c5ae317 commit 623f4ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@ public String toString() {
+ cameraType
+ "baseName="
+ getBaseName()
+ "vid="
+ ", vid="
+ vendorId
+ "pid="
+ ", pid="
+ productId
+ "otherPaths="
+ ", otherPaths="
+ Arrays.toString(otherPaths)
+ "]";
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ private final Predicate<CameraInfo> getCameraMatcher(
*
* @param detectedCamInfos Information about currently connected USB cameras.
* @param loadedCamConfigs The USB {@link CameraConfiguration}s loaded from disk.
* @param matchCamerasOnlyByPath If we should never try to match only by (base name, vid, pid)
* @return the matched configurations.
*/
public List<CameraConfiguration> matchCameras(
Expand Down

0 comments on commit 623f4ba

Please sign in to comment.