jtulach@0: package org.apidesign.apifest08.currency; jtulach@0: jaroslav@3: /** This is the skeleton class for your API. You need to make it public, so jaroslav@3: * it is accessible to your client code (currently in Task1Test.java) file. jaroslav@3: *

jaroslav@3: * Feel free to create additional classes or rename this one, just keep all jaroslav@3: * the API and its implementation in this package. Do not spread it outside jaroslav@3: * to other packages. jtulach@0: */ jaroslav@31: public final class Convertor { jtulach@0: }