1 package net.trajano.commons.testing.test.util; 2 3 public final class PublicConstructorUtil { 4 public PublicConstructorUtil() { 5 6 } 7 }