make/src/classes/build/tools/logutil/StringUtil.java

Print this page

        

*** 21,31 **** * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! package com.sun.tools.corba.se.logutil; public abstract class StringUtil { /** Take a string containing underscores, and return a string * with the underscore removed, and all characters exception in lower * case except the characters after the underscores. --- 21,31 ---- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! package build.tools.logutil; public abstract class StringUtil { /** Take a string containing underscores, and return a string * with the underscore removed, and all characters exception in lower * case except the characters after the underscores.