JDK HTTP server authentication
[lgpl/argeo-commons.git] / org.argeo.api.cms / src / org / argeo / api / cms / CmsState.java
index 181e4b9c661f716424f0d183bf97514431680b51..9ffba68c12d1560a7447af92ee0b4d5e4319ba3c 100644 (file)
@@ -6,8 +6,6 @@ import java.util.UUID;
 
 /** A running node process. */
 public interface CmsState {
-       String getHostname();
-
        Long getAvailableSince();
 
        UUID getUuid();