Merging with my yesterday's work home on consistency of an API
authorJaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:51:13 +0200
changeset 29484b8c9788c9
parent 28 26d443dac030
child 30 dec754d73bb4
Merging with my yesterday's work home on consistency of an API
samples/friendpackage/src/apipkg/AccessorImpl.java
     1.1 --- a/samples/friendpackage/src/apipkg/AccessorImpl.java	Sat Jun 14 09:51:12 2008 +0200
     1.2 +++ b/samples/friendpackage/src/apipkg/AccessorImpl.java	Sat Jun 14 09:51:13 2008 +0200
     1.3 @@ -14,7 +14,6 @@
     1.4  package apipkg;
     1.5  
     1.6  import implpkg.Accessor;
     1.7 -import javax.swing.event.ChangeEvent;
     1.8  import javax.swing.event.ChangeListener;
     1.9  
    1.10  /** The bridge between api and impl package.