Skip to content

Commit 5c92672

Browse files
authored
Update PropertyLoader.java
1 parent 8a09313 commit 5c92672

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/devopsdemo/utilities/PropertyLoader.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import org.slf4j.Logger;
1010
import org.slf4j.LoggerFactory;
11-
/**
11+
/***
1212
* Looks up a resource named 'name' in the classpath. The resource must map
1313
* to a file with .properties extention. The name is assumed to be absolute
1414
* and can use either "/" or "." for package segment separation with an
@@ -104,4 +104,4 @@ public static Properties loadProperties (String names, ClassLoader loader)
104104
return result;
105105
}
106106

107-
}
107+
}

0 commit comments

Comments
 (0)