Skip to content

Commit

Permalink
Cleanup a merge artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
pfifer committed Aug 2, 2018
1 parent 258be9a commit 978fe26
Showing 1 changed file with 1 addition and 4 deletions.
Expand Up @@ -12,17 +12,14 @@
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
package com.amazonaws.services.kinesis.clientlibrary.config;
package com.amazonaws.services.kinesis.multilang.config;

import static org.junit.Assert.assertEquals;
import static org.junit.Assert.fail;

import java.util.Date;

import org.junit.Test;

import com.amazonaws.services.kinesis.clientlibrary.config.DatePropertyValueDecoder;

public class DatePropertyValueDecoderTest {

private DatePropertyValueDecoder decoder = new DatePropertyValueDecoder();
Expand Down

0 comments on commit 978fe26

Please sign in to comment.