mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2025-08-14 08:25:44 +00:00
Removed the two argument constructor, as it was not used as is a
problem for GCJ compiles at this time.
This commit is contained in:
@@ -33,10 +33,4 @@ public class DiskFullException extends Exception {
|
||||
public DiskFullException(String description) {
|
||||
super(description);
|
||||
}
|
||||
/**
|
||||
* Constructor for DiskFullException.
|
||||
*/
|
||||
public DiskFullException(String description, Throwable exception) {
|
||||
super(description, exception);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user