Skip to content

Commit

Permalink
javadoc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wanhoff committed Nov 20, 2023
1 parent 1a39602 commit dba6d38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions src/main/java/org/sep3tools/JavaConnector.java
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,7 @@ public static String getS3AsBMmlLitho(String sep3Code) throws SQLException {
}

/**
* Retrieves allowed attributes for a given SEP3 code
* @return String containing information about allowed attributes, quantifiers, etc.
* sets db properties for table and column names from database table
* @throws SQLException if DB error occurs
*/
public static void setPropertiesFromDB() throws SQLException {
Expand Down
6 changes: 3 additions & 3 deletions src/main/java/org/sep3tools/Launch.java
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ public static String S3_AsText(String s3String, String df) {
}

/**
* translates a coded SEP3 String to a human readable format. needed for in database
* use. Returns empty String, if exception is catched.
* translates a coded SEP3 String to a human readable format. Needed for in database
* use. Returns empty String, if exception is catched. Uses configured standard datefiled
* @param s3String coded SEP3 string parsing
* @return human readable format of SEP3 input
*/
Expand Down Expand Up @@ -145,4 +145,4 @@ public static String S3_AsText_verbose(String s3String, String wb, String st, St
return S3_AsText(s3String);
}

}
}

0 comments on commit dba6d38

Please sign in to comment.