task1/solution07/src/org/apidesign/apifest08/currency/Convertor.java
changeset 18 83e731257bdc
parent 6 97662396c0fd
     1.1 --- a/task1/solution07/src/org/apidesign/apifest08/currency/Convertor.java	Sun Sep 28 14:12:38 2008 +0200
     1.2 +++ b/task1/solution07/src/org/apidesign/apifest08/currency/Convertor.java	Tue Sep 30 11:59:32 2008 +0200
     1.3 @@ -20,7 +20,7 @@
     1.4       * When the need comes to extend the semantics, one subclasses the ConversionRequest and/or ConversionResult classes.
     1.5       * <p>
     1.6       * This method can be called as many times as you like.
     1.7 -     * A {@link Convertor} shall be considered immutable.
     1.8 +     * A {@link Convertor} shall be considered immutable wrt calls to {@link #convert(org.apidesign.apifest08.currency.Convertor.ConversionRequest).
     1.9       * This method of a single {@link Convertor} can be called from many threads concurrently.
    1.10       * @param req the conversion request; mustn't be null
    1.11       * @return the result of carrying out the conversion request; never null