From dde6a1af7ba9d0c5439ecf99ffc6bb5cf58a37aa Mon Sep 17 00:00:00 2001 From: AdaCI Date: Tue, 21 Mar 2017 13:13:31 +1100 Subject: [PATCH 1/2] Update Store.java --- src/main/java/appstore/Store.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/appstore/Store.java b/src/main/java/appstore/Store.java index a5903a4..a8e71b1 100644 --- a/src/main/java/appstore/Store.java +++ b/src/main/java/appstore/Store.java @@ -4,6 +4,7 @@ * Created by jdumay on 7/09/2016. */ public class Store { + public void paymentProcessor() { if (1 == 1) throw new RuntimeException(); From 9c6e1a06e2396243e9d7f802c8059f14647c1d57 Mon Sep 17 00:00:00 2001 From: AdaCI Date: Tue, 21 Mar 2017 13:13:55 +1100 Subject: [PATCH 2/2] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 02d3572..3d1ad87 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2016 James William Dumay +Copyright (c) 2017 James William Dumay Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal