Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Commit

Permalink
#333: fix failing build (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccostin93 committed Aug 10, 2020
1 parent 0c6e3b3 commit 654fc4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/proshin/finapi/bank/out/FpBankGroup.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

import org.json.JSONObject;

public class FpBankGroup implements BankGroup {
public final class FpBankGroup implements BankGroup {

private final JSONObject origin;

Expand Down

0 comments on commit 654fc4b

Please sign in to comment.