Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5c76580

Browse files
authoredOct 26, 2021
typo
1 parent 09ad6fa commit 5c76580

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Filtered-Stream/FilteredStreamDemo.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public static void main(String args[]) throws IOException, URISyntaxException {
3232
setupRules(bearerToken, rules);
3333
connectStream(bearerToken);
3434
} else {
35-
System.out.println("There was a problem getting you bearer token. Please make sure you set the BEARER_TOKEN environment variable");
35+
System.out.println("There was a problem getting your bearer token. Please make sure you set the BEARER_TOKEN environment variable");
3636
}
3737
}
3838

@@ -180,4 +180,4 @@ private static String getFormattedString(String string, Map<String, String> rule
180180
}
181181
}
182182

183-
}
183+
}

0 commit comments

Comments
 (0)
Please sign in to comment.