code simplification
This commit is contained in:
@@ -2,8 +2,6 @@ package net.woggioni.gbcs.api;
|
||||
|
||||
|
||||
import lombok.Value;
|
||||
import org.w3c.dom.Document;
|
||||
import org.w3c.dom.Element;
|
||||
|
||||
import java.nio.file.Path;
|
||||
import java.security.cert.X509Certificate;
|
||||
@@ -106,12 +104,6 @@ public class Configuration {
|
||||
String getTypeName();
|
||||
}
|
||||
|
||||
// @Value
|
||||
// public static class FileSystemCache implements Cache {
|
||||
// Path root;
|
||||
// Duration maxAge;
|
||||
// }
|
||||
|
||||
public static Configuration of(
|
||||
String host,
|
||||
int port,
|
||||
|
Reference in New Issue
Block a user