Skip to content

Commit

Permalink
cleanup work
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenp committed Dec 24, 2013
1 parent ee37eb8 commit eae3624
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.baeldung.jackson.dtos;
package org.baeldung.jackson.dtos.withEnum;

public class MyDtoWithEnum {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.baeldung.jackson.dtos;
package org.baeldung.jackson.dtos.withEnum;

public class MyDtoWithEnumCustom {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.baeldung.jackson.dtos;
package org.baeldung.jackson.dtos.withEnum;

import com.fasterxml.jackson.annotation.JsonFormat;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.baeldung.jackson.dtos;
package org.baeldung.jackson.dtos.withEnum;

import com.fasterxml.jackson.databind.annotation.JsonSerialize;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.baeldung.jackson.dtos;
package org.baeldung.jackson.dtos.withEnum;

import java.io.IOException;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
import org.baeldung.jackson.dtos.MyDtoFieldNameChanged;
import org.baeldung.jackson.dtos.MyDtoNoAccessors;
import org.baeldung.jackson.dtos.MyDtoNoAccessorsAndFieldVisibility;
import org.baeldung.jackson.dtos.MyDtoWithEnum;
import org.baeldung.jackson.dtos.MyDtoWithEnumCustom;
import org.baeldung.jackson.dtos.TypeEnum;
import org.baeldung.jackson.dtos.TypeEnumWithCustomSerializer;
import org.baeldung.jackson.dtos.withEnum.MyDtoWithEnum;
import org.baeldung.jackson.dtos.withEnum.MyDtoWithEnumCustom;
import org.baeldung.jackson.dtos.withEnum.TypeEnum;
import org.baeldung.jackson.dtos.withEnum.TypeEnumWithCustomSerializer;
import org.junit.Test;

import com.fasterxml.jackson.annotation.JsonAutoDetect.Visibility;
Expand Down

0 comments on commit eae3624

Please sign in to comment.