1: package org.objectweb.celtix; 2: 3: public class Spacer { 4: //class does nothing but provede a .java file for the src tree so cobertura won't barf 5: public Spacer() { 6: } 7: }