/[gcjwebplugin]/gcjwebplugin/src/gnu/gcjwebplugin/CommonAppletStub.java
ViewVC logotype

Diff of /gcjwebplugin/src/gnu/gcjwebplugin/CommonAppletStub.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by mkoch, Fri Jul 2 12:44:08 2004 UTC revision 1.6 by fitzsim, Mon Aug 9 03:48:13 2004 UTC
# Line 95  class CommonAppletStub Line 95  class CommonAppletStub
95     */     */
96    public String getParameter(String name)    public String getParameter(String name)
97    {    {
98      return (String) tag.parameters.get(name);      return (String) tag.parameters.get(name.toLowerCase());
99    }    }
100    
101    /**    /**

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26