wetheinter.net.dev.il8n.Messages_EN Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xapi-maven-plugin Show documentation
Show all versions of xapi-maven-plugin Show documentation
Mojos for using xapi-dev utilies in maven builds.
package wetheinter.net.dev.il8n;
import xapi.annotation.inject.SingletonDefault;
@SingletonDefault(implFor=CodeServerDebugMessages.class)
public class Messages_EN implements CodeServerDebugMessages{
@Override
public String unableToStartServer() {
return "Unable to start codeserver: ";
}
@Override
public String unableToParseArguments() {
return "Unable to parse codeserver arguments: ";
}
}