Project

General

Profile

« Previous | Next » 

Revision 44734

More code cleaning + datasets enabled

View differences:

Transformer.java
8 8
	 * @param input The string to be transformed
9 9
	 * @return The string after the transformation 
10 10
	 */
11
	public abstract String transform(String input) throws TransformerException;
11
	String transform(String input) throws TransformerException;
12 12
}

Also available in: Unified diff