We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 607b229 commit 5cea765Copy full SHA for 5cea765
src/main/java/org/apache/ibatis/migration/utils/Util.java
@@ -49,9 +49,8 @@ public static boolean getPropertyOptionAsBoolean(String key) {
49
}
50
51
/**
52
- * @param key
+ * @param key of the property.
53
* @return The value <code>null</code> if the property file does not exist or the <code>key</code> does not exist.
54
- * @throws FileNotFoundException
55
*/
56
public static String getPropertyOption(String key) {
57
String migrationsHome = migrationsHome();
0 commit comments