Skip to content

Commit

Permalink
Added missing empty doc block. (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
OGKevin committed Dec 21, 2017
1 parent 336c7f9 commit 29b3ae7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/com/bunq/sdk/model/core/BunqModel.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ abstract public class BunqModel {
protected BunqModel() {
}

/**
*/
public static <T> T fromJsonReader(Class<T> tClass, JsonReader reader) {
return gson.fromJson(
reader,
Expand Down

0 comments on commit 29b3ae7

Please sign in to comment.