mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
Map.java, [...]: Removed redundant modifiers.
2003-10-11 Michael Koch <konqueror@gmx.de> * java/util/Map.java, java/util/Observer.java, java/util/zip/Checksum.java, java/util/zip/ZipConstants.java: Removed redundant modifiers. From-SVN: r72358
This commit is contained in:
committed by
Michael Koch
parent
af6b79a63c
commit
9440ae0c09
@@ -56,5 +56,5 @@ public interface Observer
|
||||
* @param observable the Observable object that changed
|
||||
* @param arg arbitrary information, usually relating to the change
|
||||
*/
|
||||
public void update(Observable observable, Object arg);
|
||||
void update(Observable observable, Object arg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user