DATACOUCH-159 - Polishing.

Extended copyright years in touched files. Added author tags and reference to ticket from the test case.

Original pull requests: #67.
This commit is contained in:
Oliver Gierke
2015-08-31 18:20:58 +02:00
parent e5bed8e292
commit 6fec4882ef
2 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2013 the original author or authors.
* Copyright 2013-2015 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -37,6 +37,7 @@ import java.util.Map;
* A Jackson JSON Translator that implements the {@link TranslationService} contract.
*
* @author Michael Nitschinger
* @author Anastasiia Smirnova
*/
public class JacksonTranslationService implements TranslationService, InitializingBean {

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2013 the original author or authors.
* Copyright 2013-2015 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -43,6 +43,7 @@ import static org.junit.Assert.*;
/**
* @author Michael Nitschinger
* @author Anastasiia Smirnova
*/
@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration(classes = TestApplicationConfig.class)
@@ -188,6 +189,9 @@ public class CouchbaseTemplateTests {
}
}
/**
* @see DATACOUCH-159
*/
@Test
public void shouldDeserialiseLongsAndInts() {
final long longValue = new Date().getTime();