KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > objectweb > celtix > test > Spacer


1 package org.objectweb.celtix.test;
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 }
8
Popular Tags