X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/ITypingRunListener.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/ITypingRunListener.java index 0d79e10..a1e35a5 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/ITypingRunListener.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/ITypingRunListener.java @@ -12,7 +12,6 @@ package net.sourceforge.phpdt.internal.ui.text; import net.sourceforge.phpdt.internal.ui.text.TypingRun.ChangeType; - /** * Listener for TypingRun events. * @@ -22,15 +21,18 @@ public interface ITypingRunListener { /** * Called when a new TypingRun is started. * - * @param run the newly started run + * @param run + * the newly started run */ void typingRunStarted(TypingRun run); - + /** * Called whenever a TypingRun is ended. * - * @param run the ended run - * @param reason the type of change that caused the end of the run + * @param run + * the ended run + * @param reason + * the type of change that caused the end of the run */ void typingRunEnded(TypingRun run, ChangeType reason); } \ No newline at end of file