blob: 95e8862b7dcf23ec6e8dc44378daa9dfffc9a477 [file] [log] [blame]
/*
* Copyright (c) Robert Bosch GmbH. All rights reserved.
*/
package org.eclipse.blockchain.core;
import org.eclipse.osgi.util.NLS;
/**
* @author ADG5COB
*/
public class CoreCommandMessages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.blockchain.core.messages";
/**
*
*/
public static String FRAMEWORK_NOT_INSTALLED;
static {
NLS.initializeMessages(BUNDLE_NAME, CoreCommandMessages.class);
}
}