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 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();