Skip to content

Commit

Permalink
Java import stripper
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Aug 22, 2012
1 parent e5027ef commit 7956ec5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fundam/strip-imports
Expand Up @@ -2,7 +2,8 @@

# ==============================================================================
# Strips out unused Java/Groovy-style import lines from stdin (if given no
# arguments), or does an in-place-overwrite for each specified file.
# arguments), or does an in-place-overwrite for each specified file. Use case
# for the former: "%!strip-imports" while vim'ing a Java file.
#
# Note that this flags a symbol as used even if it appears in a comment.
#
Expand Down

0 comments on commit 7956ec5

Please sign in to comment.