A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / ui / text / template / AbstractProposal.java
index 51773b9..4089800 100644 (file)
@@ -80,7 +80,8 @@ public abstract class AbstractProposal implements IPHPCompletionProposal {
         * @see ICompletionProposal#getSelection(IDocument)
         */
        public Point getSelection(IDocument document) {
-               return new Point(fSelectedRegion.getOffset(), fSelectedRegion.getLength());
+               return new Point(fSelectedRegion.getOffset(), fSelectedRegion
+                               .getLength());
        }
 
        protected void handleException(CoreException e) {
@@ -93,7 +94,8 @@ public abstract class AbstractProposal implements IPHPCompletionProposal {
 
        protected void openErrorDialog(BadLocationException e) {
                Shell shell = fViewer.getTextWidget().getShell();
-               MessageDialog.openError(shell, TemplateMessages.getString("TemplateEvaluator.error.title"), e.getMessage()); //$NON-NLS-1$
+               MessageDialog.openError(shell, TemplateMessages
+                               .getString("TemplateEvaluator.error.title"), e.getMessage()); //$NON-NLS-1$
        }
 
        public IContextInformation getContextInformation() {