public Cat()

in jbang/type-converter/Cat.java [5:7]


	public Cat(String name) {
		this.name = name;
	}