Added TODO

This commit is contained in:
Eric Scharff 2007-09-26 09:48:36 -06:00
parent 8c248e382f
commit 09efe501f5

View File

@ -63,6 +63,7 @@ public final class Math {
}
public static double random() {
// TODO
throw new UnsupportedOperationException();
}