Messages.java.stub revision 3233
1008N/A * The contents of this file are subject to the terms of the 1008N/A * Common Development and Distribution License, Version 1.0 only 1008N/A * (the "License"). You may not use this file except in compliance 1008N/A * You can obtain a copy of the license at 1008N/A * See the License for the specific language governing permissions 1008N/A * and limitations under the License. 1008N/A * When distributing Covered Code, include this CDDL HEADER in each 1008N/A * file and include the License file at 1008N/A * add the following below this CDDL HEADER, with the fields enclosed 1008N/A * by brackets "[]" replaced with your own identifying information: 1008N/A * Portions Copyright [yyyy] [name of copyright owner] 1008N/A * Copyright 2006-2008 Sun Microsystems, Inc. 1008N/A * This file contains a number of constants that are used throughout the 1008N/A * Directory Server source. It was dynamically generated as part of the 1008N/A * Directory Server build process and should not be edited directly. 1008N/A /** Base property for resource bundle containing messages */ 1008N/A * Returns the Class Loader to be used to get the ResourceBundle, 1008N/A * it returns <CODE>null</CODE> if the default ClassLoader is to be 1008N/A * @return the Class Loader to be used to get the ResourceBundle, 1008N/A * it returns <CODE>null</CODE> if the default ClassLoader is to be 1008N/A // This cannot happen as we are looking for this class so it is