Skip to content

Commit

Permalink
removed wrong documentation string
Browse files Browse the repository at this point in the history
  • Loading branch information
janvanrijn committed Apr 25, 2017
1 parent 6bcf7b7 commit 287f32a
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,7 @@ public class Config implements Serializable {
private static final long serialVersionUID = 1L;
private boolean loaded = false;
private HashMap<String, String> config;

/**
* @throws IOException
* - Could not load config file
*/

public Config() {
try {
String configfile = Constants.OPENML_DIRECTORY + "/openml.conf";
Expand Down

0 comments on commit 287f32a

Please sign in to comment.