I picked the wrong week to stop sniffing glue.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2678 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -56,7 +56,7 @@ public abstract class Interval
|
||||
onExpired.run();
|
||||
}
|
||||
|
||||
@Override public void toString () {
|
||||
@Override public String toString () {
|
||||
return onExpired.toString();
|
||||
}
|
||||
};
|
||||
@@ -76,7 +76,7 @@ public abstract class Interval
|
||||
onExpired.run();
|
||||
}
|
||||
|
||||
@Override public void toString () {
|
||||
@Override public String toString () {
|
||||
return onExpired.toString();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user