A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse.xml.ui / src / net / sourceforge / phpeclipse / xml / ui / internal / text / AttValueDoubleClickStrategy.java
index c995f9a..2ce9fb1 100644 (file)
@@ -8,19 +8,18 @@
  * Contributors:
  *     Igor Malinin - initial contribution
  *
- * $Id: AttValueDoubleClickStrategy.java,v 1.1 2004-09-02 18:28:03 jsurfer Exp $
+ * $Id: AttValueDoubleClickStrategy.java,v 1.3 2006-10-21 23:14:13 pombredanne Exp $
  */
 
 package net.sourceforge.phpeclipse.xml.ui.internal.text;
 
+import net.sourceforge.phpeclipse.ui.text.TextDoubleClickStrategy;
+
 import org.eclipse.jface.text.BadLocationException;
 import org.eclipse.jface.text.IDocument;
 import org.eclipse.jface.text.ITextViewer;
 import org.eclipse.jface.text.ITypedRegion;
 
-import net.sourceforge.phpeclipse.ui.text.TextDoubleClickStrategy;
-
-
 /**
  * 
  * 
@@ -63,6 +62,7 @@ public class AttValueDoubleClickStrategy extends TextDoubleClickStrategy {
                        }
 
                        super.doubleClicked(viewer);
-               } catch (BadLocationException e) {}
+               } catch (BadLocationException e) {
+               }
        }
 }