Skip to content

Commit

Permalink
Merge pull request #26 from squarejaw/master
Browse files Browse the repository at this point in the history
Minor code cleanup
  • Loading branch information
ebroder committed Feb 8, 2013
2 parents 27a7250 + 26b406c commit 39f9fb0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/java/com/stripe/Stripe.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ public abstract class Stripe
public static final String API_BASE = "https://api.stripe.com";
public static final String VERSION = "1.1.15";
public static String apiKey;
public static String apiVersion;
public static String apiVersion;
}
2 changes: 0 additions & 2 deletions src/main/java/com/stripe/model/InvoiceLineItem.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package com.stripe.model;

import java.util.List;

public class InvoiceLineItem extends StripeObject {
String id;
String type;
Expand Down

0 comments on commit 39f9fb0

Please sign in to comment.