Skip to content

Commit

Permalink
Dead TODOs and comment cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
adamburkegh committed Nov 27, 2023
1 parent 61a431f commit f0d952c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,17 +122,13 @@ public String getAppdir() {
public abstract boolean readConfig(InputStream is);

/**
* TODO: DOCUMENTATION (silenco)
*
* @param file
* @param configType type indicator for type of currently handled configuration
* @return
*/
public abstract boolean readConfig(File file);

/**
* TODO: DOCUMENTATION (silenco)
*
* @param confDoc
* @return
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ public boolean initConfig() {
}

/**
* TODO: DOCUMENTATION (silenco)
*
* @return indicates whether loading was successful
*/
public boolean readConfig() {
Expand Down Expand Up @@ -160,8 +158,6 @@ public boolean readConfig(InputStream is) {
}

/**
* TODO: DOCUMENTATION (silenco)
*
* @param file
* @return
*/
Expand All @@ -188,8 +184,6 @@ public boolean readConfig(File file) {
}

/**
* TODO: DOCUMENTATION (silenco)
*
* @param configDoc
* @return
*/
Expand Down Expand Up @@ -285,8 +279,6 @@ public boolean readConfig(XmlObject configDoc) {
}

/**
* TODO: DOCUMENTATION (silenco)
*
* @param file
* @return
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/*
* Created on 28.10.2005
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package org.woped.starter.utilities;

Expand All @@ -11,8 +9,6 @@

/**
* @author lai
* <p>TODO To change the template for this generated type comment go to Window - Preferences -
* Java - Code Style - Code Templates
*/
public class WopedLogger implements ILogger {

Expand Down

0 comments on commit f0d952c

Please sign in to comment.