ulrich
2020-02-23 10d5ad96f7d34973365b48111f4fb32157f4c865
Einzelne Kommentare fuer Javadoc berichtigt
2 files modified
3 ■■■■ changed files
src/de/uhilger/baselink/Field.java 2 ●●● patch | view | raw | blame | history
src/de/uhilger/baselink/PersistenceManager.java 1 ●●●● patch | view | raw | blame | history
src/de/uhilger/baselink/Field.java
@@ -108,7 +108,7 @@
    /**
     * Get the setter method of this field
     * @param setter  the method to set the value of this field
     * @return setter  the method to set the value of this field
     */
    public Method getSetter() {
        return setter;
src/de/uhilger/baselink/PersistenceManager.java
@@ -129,7 +129,6 @@
  /**
   * Get a database connection
   * @return  a database connection
   * @throws SQLException
   */
  public Connection getConnection() {
    Connection c = null;