Skip to content

Commit c787ebb

Browse files
committed
change tab to space
1 parent 8c50c9c commit c787ebb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

find-in-jars.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
# Find file in the jar files under current directory
44
#
55
# @Usage
6-
# $ find-in-jars.sh log4j\\.xml
7-
# $ find-in-jars.sh 'log4j\.properties'
8-
# $ find-in-jars.sh 'log4j\.properties|log4j\.xml'
6+
# $ find-in-jars.sh log4j\\.xml
7+
# $ find-in-jars.sh 'log4j\.properties'
8+
# $ find-in-jars.sh 'log4j\.properties|log4j\.xml'
99
#
1010
# @author Jerry Lee
1111

show-busy-java-threads.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Find the High cpu consume thread of java, and print the stack of these threads.
44
#
55
# @Usage
6-
# $ ./show-busy-java-threads.sh
6+
# $ ./show-busy-java-threads.sh
77
#
88
# @author Jerry Lee
99

0 commit comments

Comments
 (0)