Skip to content

Commit

Permalink
#492 - Make HAL mixins consistent on visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jstaffans authored and gregturn committed Mar 14, 2017
1 parent 516d842 commit 135aca9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @author Oliver Gierke
*/
@JsonIgnoreProperties(value = "rel")
abstract class LinkMixin extends Link {
public abstract class LinkMixin extends Link {

private static final long serialVersionUID = 4720588561299667409L;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import com.fasterxml.jackson.databind.annotation.JsonSerialize;

abstract class ResourceSupportMixin extends ResourceSupport {
public abstract class ResourceSupportMixin extends ResourceSupport {

@Override
@XmlElement(name = "link")
Expand Down

0 comments on commit 135aca9

Please sign in to comment.