Skip to content

Commit

Permalink
re-add error !skipci
Browse files Browse the repository at this point in the history
  • Loading branch information
austinlparker committed Jun 8, 2020
1 parent 2f337e2 commit 4b01e3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified server/bin/main/com/legitimatebusiness/todo/CatFact.class
Binary file not shown.
2 changes: 2 additions & 0 deletions server/src/main/java/com/legitimatebusiness/todo/CatFact.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
public class CatFact {
private String text;

/* an error occurs while this is commented out!
public CatFact() {
super();
}
*/

public CatFact(String text) {
this.text = text;
Expand Down

0 comments on commit 4b01e3b

Please sign in to comment.