/**
 * This is the comment for testing grunt java2html plugin 
 */
public boolean myLevel12Function() {
	// Inline comment for testing purposes
	String variable = new String("my string");
	return true;
}