Skip to content

Commit 5cea765

Browse files
committed
Javadoc correction.
1 parent 607b229 commit 5cea765

File tree

1 file changed

+1
-2
lines changed
  • src/main/java/org/apache/ibatis/migration/utils

1 file changed

+1
-2
lines changed

src/main/java/org/apache/ibatis/migration/utils/Util.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,8 @@ public static boolean getPropertyOptionAsBoolean(String key) {
4949
}
5050

5151
/**
52-
* @param key
52+
* @param key of the property.
5353
* @return The value <code>null</code> if the property file does not exist or the <code>key</code> does not exist.
54-
* @throws FileNotFoundException
5554
*/
5655
public static String getPropertyOption(String key) {
5756
String migrationsHome = migrationsHome();

0 commit comments

Comments
 (0)