X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/builder/PHPIdentifierLocation.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/builder/PHPIdentifierLocation.java index f3fb463..0b3f252 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/builder/PHPIdentifierLocation.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/builder/PHPIdentifierLocation.java @@ -57,4 +57,11 @@ public class PHPIdentifierLocation extends PHPIdentifier { fFilename = string; } + /* (non-Javadoc) + * @see java.lang.Object#toString() + */ + public String toString() { + return super.toString()+fFilename; + } + }