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