Commit d440f642 by Tom Tromey Committed by Tom Tromey

* java/awt/Container.java: Typo and indentation fixes.

From-SVN: r76004
parent b54a2715
2004-01-16 Tom Tromey <tromey@redhat.com>
* java/awt/Container.java: Typo and indentation fixes.
* java/lang/natClassLoader.cc: Moved VMClassLoader methods...
* java/lang/natVMClassLoader.cc: ...here. New file.
* Makefile.in: Rebuilt.
......
/* Container.java -- parent container class in AWT
Copyright (C) 1999, 2000, 2002, 2003 Free Software Foundation
Copyright (C) 1999, 2000, 2002, 2003, 2004 Free Software Foundation
This file is part of GNU Classpath.
......@@ -1516,7 +1516,7 @@ public class Container extends Component
(ACCESSIBLE_CHILD_PROPERTY, e.getChild(), null);
}
} // class AccessibleContainerHandler
} // class AccessibleAWTPanel
} // class AccessibleAWTContainer
} // class Container
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment