Skip to content

Commit

Permalink
Merge pull request #5 from nextbss/aj-impr
Browse files Browse the repository at this point in the history
Made Yoru constructor public
  • Loading branch information
AlexJuca authored Sep 19, 2019
2 parents a90fc54 + 2cda473 commit 3bb8052
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.idea
.idea*
11 changes: 8 additions & 3 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main/java/co/ao/nextbss/Yoru.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
public class Yoru<T> {
private ObjectMapper mapper;

Yoru() {
public Yoru() {
mapper = new ObjectMapper();
}

Expand Down

0 comments on commit 3bb8052

Please sign in to comment.