Skip to content
This repository has been archived by the owner on Feb 4, 2019. It is now read-only.

Commit

Permalink
Fix comment for release
Browse files Browse the repository at this point in the history
  • Loading branch information
beatngu13 committed Jun 25, 2018
1 parent 6262922 commit 55b70cc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/main/java/de/retest/ui/descriptors/Attributes.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ public class Attributes implements Iterable<Map.Entry<String, Object>>, Serializ

private static final long serialVersionUID = 1L;

/**
* This should be an unmodifiable Map<String, Serializable> but there is a bug in eclipse moxy
* {@link http://stackoverflow.com/questions/34010453/eclipselink-jaxb-moxy-unmarshalling-map-with-serializable-value-fails-to-conve}
*/
// This should be an unmodifiable Map<String, Serializable> but there is a bug in Eclipse MOXy.
@XmlElement
private final TreeMap<String, Object> attributes;
public static final String ENABLED = "enabled";
Expand Down

0 comments on commit 55b70cc

Please sign in to comment.