Skip to content

Commit

Permalink
Fix money extension change to work in Maven build
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Jan 30, 2013
1 parent 9549db7 commit cceadde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
10 changes: 0 additions & 10 deletions src/test/java/org/joda/money/TestCurrencyUnitExtension.java
Expand Up @@ -16,18 +16,8 @@
package org.joda.money;

import static org.testng.Assert.assertEquals;
import static org.testng.Assert.assertTrue;

import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.InvalidObjectException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.util.Arrays;
import java.util.Collections;
import java.util.Currency;
import java.util.List;
import java.util.Locale;

import org.testng.annotations.Test;

Expand Down
@@ -1,2 +1,2 @@
#Code,Numeric,DecPlaces,CountryCodes
BTC,-1,-1,
#Code,Numeric,DecPlaces,CountryCodes
BTC,-1,-1,

0 comments on commit cceadde

Please sign in to comment.