Skip to content

Commit

Permalink
NIFI-3483 Added import statement to resolve failing tests.
Browse files Browse the repository at this point in the history
Signed-off-by: Aldrin Piri <[email protected]>
  • Loading branch information
alopresto authored and apiri committed Mar 8, 2017
1 parent 01979ae commit 1376e5f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ import org.codehaus.jackson.xc.JaxbAnnotationIntrospector
import spock.lang.Specification
import spock.lang.Unroll

import java.text.NumberFormat

@Unroll
class StandardHttpResponseMapperSpec extends Specification {

Expand Down

0 comments on commit 1376e5f

Please sign in to comment.