mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-12-22 23:29:34 +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:
parent
55d60a93bb
commit
2e7e67eb54
@ -33,10 +33,4 @@ public class DiskFullException extends Exception {
|
|||||||
public DiskFullException(String description) {
|
public DiskFullException(String description) {
|
||||||
super(description);
|
super(description);
|
||||||
}
|
}
|
||||||
/**
|
|
||||||
* Constructor for DiskFullException.
|
|
||||||
*/
|
|
||||||
public DiskFullException(String description, Throwable exception) {
|
|
||||||
super(description, exception);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user