MCPcopy Create free account
hub / github.com/R4gd0ll/LazyAnFuZai / initialize

Method initialize

src/main/java/controller/MainController.java:33–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31
32 //FXML初始化
33 @FXML
34 public void initialize(){
35 // 解决tls协议的问题 如天融信防火墙无法访问.
36 Security.setProperty("jdk.tls.disabledAlgorithms", "");
37 Security.setProperty("jdk.certpath.disabledAlgorithms", "");
38
39 }
40}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected