Skip to content

Commit

Permalink
Merge branch 'java_format_fix' of https://github.com/lespaul/emacs-eclim
Browse files Browse the repository at this point in the history
  • Loading branch information
fred-o committed Dec 19, 2012
2 parents 583e816 + 917f0f7 commit 1cee790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclim-java.el
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ has been found."
(defun eclim-java-format ()
"Format the source code of the current java source file."
(interactive)
(eclim/execute-command "java_format" "-p" "-f" ("-b" 0) ("-e" (1- (point-max)))))
(eclim/execute-command "java_format" "-p" "-f" ("-h" 0) ("-t" (1- (point-max))) "-e"))

(defun eclim-java-constructor ()
(interactive)
Expand Down

0 comments on commit 1cee790

Please sign in to comment.