DATAREDIS-423 - Polishing.
Extend documentation. Reformat JavaDoc. Adjust test method names. Original pull request: #197.
This commit is contained in:
@@ -82,7 +82,7 @@ public class Jackson2HashMapperTests {
|
||||
* @see DATAREDIS-423
|
||||
*/
|
||||
@Test
|
||||
public void shouldWriteReadHashCorrtectly() {
|
||||
public void shouldWriteReadHashCorrectly() {
|
||||
|
||||
Person jon = new Person("jon", "snow", 19);
|
||||
Address adr = new Address();
|
||||
|
||||
@@ -73,7 +73,7 @@ public class Jackson2HashMapperUnitTests extends AbstractHashMapperTest {
|
||||
* @see DATAREDIS-423
|
||||
*/
|
||||
@Test
|
||||
public void shouldMapTypledListOfComplexType() {
|
||||
public void shouldMapTypedListOfComplexType() {
|
||||
|
||||
WithList source = new WithList();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user