Le 01/10/2010 09:49, John Rose a écrit :
Fixing a couple of typos:

public class StableValue<T> {
 /** Get the current value. */
 public T getStableValue() {...}
 /** Set the current value.  This may be costly. */
 public void setStableValue(T x) {...}
 /** Commit the current value.  Future calls to set() will throw. */
 public void freezeStableValue() {...}
}

I like the concept but I want try to propose a better API this aftermoon.

Rémi

--
You received this message because you are subscribed to the Google Groups "JVM 
Languages" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/jvm-languages?hl=en.

Reply via email to