1 11 12 package org.eclipse.jdt.apt.core.internal.util; 13 14 import org.eclipse.osgi.util.NLS; 15 16 19 public class Messages extends NLS { 20 private static final String BUNDLE_NAME = "org.eclipse.jdt.apt.core.internal.util.messages"; 22 private Messages() { 23 } 24 25 static { 26 NLS.initializeMessages(BUNDLE_NAME, Messages.class); 28 } 29 30 public static String FactoryPathUtil_status_ioException; 31 32 public static String FactoryPathUtil_status_couldNotParse; 33 34 public static String FactoryPathUtil_status_parserConfigError; 35 } 36 | Popular Tags |