You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
547 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

package »ù´¡Ìâ2;
/**
* @author ºúÁéÃÀ
* @version 1.0
* @created 31-10ÔÂ-2025 14:49:20
*/
public class Config {
private boolean encrypt;
private String logLevel;
private int retryCount;
private int timeout;
public Config(){
}
public void finalize() throws Throwable {
}
/**
*
* @param t
* @param r
* @param e
* @param l
*/
private void Config(timeout: int t, retryCount: int r, encrypt: boolean e, logLevel: String l){
}
public int getTimeout(){
return 0;
}
}//end Config