X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=libjava%2Fjava%2Fawt%2Fevent%2FContainerAdapter.java;fp=libjava%2Fjava%2Fawt%2Fevent%2FContainerAdapter.java;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=18c12a5f19b6bba1b9bd4415e4416b1b9c6691cf;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/libjava/java/awt/event/ContainerAdapter.java b/libjava/java/awt/event/ContainerAdapter.java deleted file mode 100644 index 18c12a5f..00000000 --- a/libjava/java/awt/event/ContainerAdapter.java +++ /dev/null @@ -1,27 +0,0 @@ -/* Copyright (C) 2000 Free Software Foundation - - This file is part of libjava. - -This software is copyrighted work licensed under the terms of the -Libjava License. Please consult the file "LIBJAVA_LICENSE" for -details. */ - -package java.awt.event; - -/** - * @author Tom Tromey - * @date April 8, 2000 - */ - -/* Status: Believed complete and correct to JDK 1.2. */ - -public abstract class ContainerAdapter implements ContainerListener -{ - public void componentAdded (ContainerEvent e) - { - } - - public void componentRemoved (ContainerEvent e) - { - } -}