/** * CertWare Project * NASA Langley Research Center * Kestrel Technology LLC */ package net.certware.export.gsn.handlers; import org.eclipse.osgi.util.NLS; /** * @author mrb */ public class Messages extends NLS { /** * Field BUNDLE_NAME. * (value is ""net.certware.export.gsn.handlers.messages"") */ @SuppressWarnings("unused") private static final String BUNDLE_NAME = "net.certware.export.gsn.handlers.messages"; //$NON-NLS-1$ /** * Field ExportGSNHandler_0. */ public static String ExportGSNHandler_0; /** * Field ExportGSNHandler_1. */ public static String ExportGSNHandler_1; /** * Constructor for Messages. */ private Messages() { } }