New Test Case - Constructor, no Methods.

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@136 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
David Dixon-Peugh
2002-06-28 18:39:01 +00:00
parent 164825993b
commit 344c367519

View File

@ -0,0 +1,4 @@
public class UseSingleton4
{
public UseSingleton4() { }
}