Skip to content

Commit b0a6f51

Browse files
committed
Style nit
1 parent aeb6891 commit b0a6f51

File tree

1 file changed

+3
-3
lines changed
  • vision/cloud-client/src/test/java/com/example/vision

1 file changed

+3
-3
lines changed

vision/cloud-client/src/test/java/com/example/vision/DetectIT.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ public void testLandmarksGcs() throws Exception {
124124
@Test
125125
public void testLandmarksUrl() throws Exception {
126126
// Act
127-
String URI = "https://storage-download.googleapis.com/" +
128-
BUCKET + "/vision/landmark.jpg";
129-
String[] args = {"landmarks", URI};
127+
String uri = "https://storage-download.googleapis.com/"
128+
+ BUCKET + "/vision/landmark.jpg";
129+
String[] args = {"landmarks", uri};
130130
Detect.argsHelper(args, out);
131131

132132
// Assert

0 commit comments

Comments
 (0)