- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for defaults (0.05 sec)
-
src/main/java/jcifs/config/BaseConfiguration.java
* */ protected BaseConfiguration () throws CIFSException { this(false); } /** * * @param initDefaults * whether to initialize defaults based on other settings * @throws CIFSException */ public BaseConfiguration ( boolean initDefaults ) throws CIFSException { if ( initDefaults ) { this.initDefaults(); }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:06:39 UTC 2023 - 20.4K bytes - Viewed (0)