com.enonic.xp.cluster.ClusterValidationError Maven / Gradle / Ivy
package com.enonic.xp.cluster;
public interface ClusterValidationError
{
String getMessage();
}
package com.enonic.xp.cluster;
public interface ClusterValidationError
{
String getMessage();
}