A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse.xdebug.ui / src / net / sourceforge / phpeclipse / xdebug / ui / php / model / PHPBreakpointAdapterFactory.java
index 1124273..7defbc5 100644 (file)
@@ -13,7 +13,7 @@ public class PHPBreakpointAdapterFactory implements IAdapterFactory {
        }
 
        public Class[] getAdapterList() {
-               return new Class[]{IToggleBreakpointsTarget.class};
+               return new Class[] { IToggleBreakpointsTarget.class };
        }
 
 }