X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse.xdebug.core/src/net/sourceforge/phpeclipse/xdebug/php/launching/PHPSourceLookupDirector.java b/net.sourceforge.phpeclipse.xdebug.core/src/net/sourceforge/phpeclipse/xdebug/php/launching/PHPSourceLookupDirector.java index 85a3efa..b570c4b 100644 --- a/net.sourceforge.phpeclipse.xdebug.core/src/net/sourceforge/phpeclipse/xdebug/php/launching/PHPSourceLookupDirector.java +++ b/net.sourceforge.phpeclipse.xdebug.core/src/net/sourceforge/phpeclipse/xdebug/php/launching/PHPSourceLookupDirector.java @@ -6,7 +6,7 @@ import org.eclipse.debug.core.sourcelookup.ISourceLookupParticipant; public class PHPSourceLookupDirector extends AbstractSourceLookupDirector { public void initializeParticipants() { - addParticipants(new ISourceLookupParticipant[] {new PHPSourceLookupParticipant()}); + addParticipants(new ISourceLookupParticipant[] { new PHPSourceLookupParticipant() }); } }