currency/src/org/apidesign/apifest08/currency/Convertor.java
changeset 3 81bafaac7336
parent 0 e0003d2fb0c2
child 31 b94b999b7254
     1.1 --- a/currency/src/org/apidesign/apifest08/currency/Convertor.java	Fri Sep 19 23:16:43 2008 +0200
     1.2 +++ b/currency/src/org/apidesign/apifest08/currency/Convertor.java	Mon Sep 22 18:19:25 2008 +0200
     1.3 @@ -1,6 +1,11 @@
     1.4  package org.apidesign.apifest08.currency;
     1.5  
     1.6 -/**
     1.7 +/** This is the skeleton class for your API. You need to make it public, so
     1.8 + * it is accessible to your client code (currently in Task1Test.java) file.
     1.9 + * <p>
    1.10 + * Feel free to create additional classes or rename this one, just keep all
    1.11 + * the API and its implementation in this package. Do not spread it outside
    1.12 + * to other packages.
    1.13   */
    1.14  class Convertor {
    1.15  }