Skip to content

Commit

Permalink
fix issue #5,
Browse files Browse the repository at this point in the history
fix issue #6
  • Loading branch information
dartpopikyardo committed Sep 1, 2016
1 parent 2a71201 commit f846a32
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package net.chrisrichardson.eventstorestore.javaexamples.testutil;

import net.chrisrichardson.eventstore.javaexamples.banking.commonauth.utils.BasicAuthUtils;
import org.springframework.http.HttpMethod;
import org.springframework.web.client.RestTemplate;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package net.chrisrichardson.eventstore.javaexamples.banking.commonauth.utils;
package net.chrisrichardson.eventstorestore.javaexamples.testutil;

import org.apache.tomcat.util.codec.binary.Base64;
import org.springframework.http.*;
Expand Down

0 comments on commit f846a32

Please sign in to comment.