Added a note about a failed attempt at making things better.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4153 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-05-27 01:04:11 +00:00
parent cdd7a64b04
commit 074b7f4547
+5
View File
@@ -3,6 +3,11 @@ package com.threerings.util {
/**
* Equivalent to java.lang.Integer.
*/
// Unfortunately, I think this is necessary.
// I was going to remove this class and just make the streaming stuff
// autotranslate between int <--> java.lang.Integer and
// Number <--> java.lang.Double. However, a Number object that refers
// to an integer value is actually an int. Yes, it's totally fucked.
public class Integer
implements Equalable
{