Skip to content

Commit be404ef

Browse files
committed
updated the Java example
1 parent 00db446 commit be404ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javav2/example_code/inspector/src/main/java/com/java/inspector/HelloInspector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public static void main(String[] args) {
5151
showUsageTotals(inspectorClient);
5252
System.out.println();
5353

54-
System.out.println("The Hello Inspector example completed successfully!");
54+
System.out.println("The Hello Inspector example completed successfully.");
5555

5656
} catch (Inspector2Exception e) {
5757
System.err.println(" Error: " + e.getMessage());

0 commit comments

Comments
 (0)