hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/tools/Configuration.java
@@ -7,7 +7,7 @@ /** * @author SNG-012 * * <p> * Configuration 类用于加载配置文件并提供访问配置项的方法。 */ public class Configuration { @@ -19,8 +19,7 @@ /** * @param fileName * @throws IOException * // 构造函数,根据传入的文件名加载配置文件。 * @throws IOException // 构造函数,根据传入的文件名加载配置文件。 */ public Configuration(String fileName) throws IOException { @@ -38,8 +37,7 @@ /** * @param key * @return * // 根据配置项的键获取其对应的值。 * @return // 根据配置项的键获取其对应的值。 */ public String getProperty(String key) {