/[classpath]/classpath/java/awt/Toolkit.java
ViewVC logotype

Diff of /classpath/java/awt/Toolkit.java

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

revision 1.25.2.2 by gnu_andrew, Sun Jan 16 02:14:46 2005 UTC revision 1.25.2.3 by gnu_andrew, Sun Jan 16 15:15:11 2005 UTC
# Line 526  public abstract class Toolkit Line 526  public abstract class Toolkit
526          toolkit = (Toolkit) obj;          toolkit = (Toolkit) obj;
527          return toolkit;          return toolkit;
528        }        }
529        catch (ThreadDeath death)
530          {
531            throw death;
532          }
533      catch (Throwable t)      catch (Throwable t)
534        {        {
535          AWTError e = new AWTError("Cannot load AWT toolkit: " + toolkit_name);          AWTError e = new AWTError("Cannot load AWT toolkit: " + toolkit_name);

Legend:
Removed from v.1.25.2.2  
changed lines
  Added in v.1.25.2.3

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