task1/solution02/src/org/apidesign/apifest08/currency/Money.java
changeset 16 2864c6d744c0
parent 6 97662396c0fd
     1.1 --- a/task1/solution02/src/org/apidesign/apifest08/currency/Money.java	Sun Sep 28 14:12:38 2008 +0200
     1.2 +++ b/task1/solution02/src/org/apidesign/apifest08/currency/Money.java	Tue Sep 30 11:47:02 2008 +0200
     1.3 @@ -10,7 +10,7 @@
     1.4   *
     1.5   */
     1.6  /*
     1.7 - * Whether we need such interface depends on context. I can imagine than in a desktop application this interface 
     1.8 + * Whether we need such interface depends on the context. I can imagine than in a desktop application this interface 
     1.9   * would be useless, Money could be a class. In J2EE environment it can be useful.
    1.10   */
    1.11  public interface Money {