http://phpeclipse.de/tiki-view_forum_thread.php?forumId=1&comments_parentId=1726
* Modifications history
*========================================================================
* $Log: not supported by cvs2svn $
+ * Revision 1.3 2005/05/06 00:58:28 stefanbjarni
+ * Organized imports
+ * Changed one instance reference to a static method to a static reference
+ *
* Revision 1.2 2005/04/06 18:29:29 axelcl
* Avoid NullPointerException
*
globalVariables.put(variableName, aVariable);
} else
{
- aVariable = (JSGlobalVariableElement) classes.get(variableName);
+ aVariable = (JSGlobalVariableElement) globalVariables.get(variableName);
}
return aVariable;