Skip to content

Commit 0e524bd

Browse files
alvarolobatokuisathaverat
authored andcommitted
Fix mixed comments on messaging scripts (cloudbees#57)
1 parent 3257f57 commit 0e524bd

2 files changed

+5
-5
lines changed

Diff for: messaging-dump-cluster-database-CJOC.groovy

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*
2-
* Dumps information related to the local messaging database.
3-
* It can be used on CJE and CJOC.
2+
* Does all the checks that the messaging API performs prior to getting and sending any message to/from all the masters
3+
* Dumps information related to the cluster messaging database.
4+
* Only to be executer on CJOC.
45
*/
56

67
import java.io.PrintStream;

Diff for: messaging-dump-local-database-CJE-and-CJOC.groovy

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
* Does all the checks that the messaging API performs prior to getting and sending any message to/from all the masters
3-
* Dumps information related to the cluster messaging database.
4-
* Only to be executer on CJOC.
2+
* Dumps information related to the local messaging database.
3+
* It can be used on CJE and CJOC.
54
*/
65

76
import java.io.PrintStream;

0 commit comments

Comments
 (0)