8000 Align ** in main preamble · newtork/OneAgent-SDK-for-Java@9e631bd · GitHub
[go: up one dir, main page]

Skip to content

Commit 9e631bd

Browse files
committed
Align ** in main preamble
1 parent 354130f commit 9e631bd

File tree

1 file changed

+1
-1
lines changed
  • samples/custom-service/src/main/java/com/dynatrace/oneagent/sdk/samples/customservice

1 file changed

+1
-1
lines changed

samples/custom-service/src/main/java/com/dynatrace/oneagent/sdk/samples/customservice/CustomServiceApp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ private CustomServiceApp() {
4040

4141
public static void main(String args[]) {
4242
System.out.println("*************************************************************");
43-
System.out.println("** Running custom service request sample **");
43+
System.out.println("** Running custom service request sample **");
4444
System.out.println("*************************************************************");
4545
try {
4646
CustomServiceApp app = new CustomServiceApp();

0 commit comments

Comments
 (0)
0