All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.redhat.ceylon.tools.version.CeylonVersionMessages Maven / Gradle / Ivy

There is a newer version: 1.3.3
Show newest version
package com.redhat.ceylon.tools.version;

import java.util.ResourceBundle;

class CeylonVersionMessages extends com.redhat.ceylon.common.Messages {

    public static final ResourceBundle RESOURCE_BUNDLE = ResourceBundle.getBundle(CeylonVersionMessages.class.getPackage().getName() + ".resources.messages");

    public static String msg(String msgKey, Object... msgArgs) {
        return msg(RESOURCE_BUNDLE, msgKey, msgArgs);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy