diff -r 000000000000 -r 65f6fdfd34b6 src/test/java/org/apidesign/java4browser/GetByte.java --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/test/java/org/apidesign/java4browser/GetByte.java Thu Sep 20 09:29:42 2012 +0200 @@ -0,0 +1,9 @@ +/* + * To change this template, choose Tools | Templates + * and open the template in the editor. + */ +package org.apidesign.java4browser; + +public interface GetByte { + public byte getByte(); +}