silentbalanceyh/vertx-zero

View on GitHub
vertx-gaia/vertx-co/src/main/java/io/vertx/up/commune/__ZERO.java

Summary

Maintainability
A
0 mins
Test Coverage
package io.vertx.up.commune;

interface MESSAGE {
    interface Ruler {
        /**
         *
         **/
        String RULE_FILE = "[V] Rule up.god.file = {0} has been hitted. ";
        /**
         *
         **/
        String RULE_CACHED_FILE = "[V] Rule up.god.file = {0}, read from memory directly.";

    }
}