X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse.xdebug.core/src/net/sourceforge/phpeclipse/xdebug/php/launching/PHPSourceLookupParticipant.java b/net.sourceforge.phpeclipse.xdebug.core/src/net/sourceforge/phpeclipse/xdebug/php/launching/PHPSourceLookupParticipant.java index d747466..59cdae3 100644 --- a/net.sourceforge.phpeclipse.xdebug.core/src/net/sourceforge/phpeclipse/xdebug/php/launching/PHPSourceLookupParticipant.java +++ b/net.sourceforge.phpeclipse.xdebug.core/src/net/sourceforge/phpeclipse/xdebug/php/launching/PHPSourceLookupParticipant.java @@ -9,7 +9,7 @@ public class PHPSourceLookupParticipant extends AbstractSourceLookupParticipant public String getSourceName(Object object) throws CoreException { if (object instanceof XDebugStackFrame) { - return ((XDebugStackFrame)object).getSourceName(); + return ((XDebugStackFrame) object).getSourceName(); } return null; }