Skip to content

Commit

Permalink
DiscussionReferenceService now uses discussion ids
Browse files Browse the repository at this point in the history
  • Loading branch information
Reed Ellsworth committed Apr 19, 2012
1 parent ed85198 commit 125a9a7
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -38,8 +38,8 @@
*
* @author Ryan Heaton
*/
@XmlRootElement
@JsonElementWrapper ( name = "attribution" )
@XmlRootElement ( name = "source" )
@JsonElementWrapper ( name = "sources" )
@JsonTypeInfo ( use = JsonTypeInfo.Id.CUSTOM, property = XmlTypeIdResolver.TYPE_PROPERTY_NAME)
@JsonTypeIdResolver (XmlTypeIdResolver.class)
@XmlType ( name = "SourceReference" )
Expand Down

0 comments on commit 125a9a7

Please sign in to comment.