src/share/jaxws_classes/com/sun/xml/internal/bind/Util.java

changeset 397
b99d7e355d4b
parent 368
0989ad8c0860
child 637
9c07ef4934dd
equal deleted inserted replaced
393:6cdc6ed98780 397:b99d7e355d4b
28 import java.util.logging.Logger; 28 import java.util.logging.Logger;
29 29
30 /** 30 /**
31 * @author Kohsuke Kawaguchi 31 * @author Kohsuke Kawaguchi
32 */ 32 */
33 public abstract class Util { 33 public final class Util {
34 private Util() {} // no instanciation 34 private Util() {} // no instanciation
35 35
36 /** 36 /**
37 * Gets the logger for the caller's class. 37 * Gets the logger for the caller's class.
38 * 38 *

mercurial