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 37a0d0f..2ce9fb1 100644 (file)
@@ -8,7 +8,7 @@
  * Contributors:
  *     Igor Malinin - initial contribution
  *
- * $Id: AttValueDoubleClickStrategy.java,v 1.2 2005-05-06 00:55:41 stefanbjarni Exp $
+ * $Id: AttValueDoubleClickStrategy.java,v 1.3 2006-10-21 23:14:13 pombredanne Exp $
  */
 
 package net.sourceforge.phpeclipse.xml.ui.internal.text;
@@ -20,7 +20,6 @@ import org.eclipse.jface.text.IDocument;
 import org.eclipse.jface.text.ITextViewer;
 import org.eclipse.jface.text.ITypedRegion;
 
-
 /**
  * 
  * 
@@ -63,6 +62,7 @@ public class AttValueDoubleClickStrategy extends TextDoubleClickStrategy {
                        }
 
                        super.doubleClicked(viewer);
-               } catch (BadLocationException e) {}
+               } catch (BadLocationException e) {
+               }
        }
 }