Skip to content

Commit

Permalink
configuration via API
Browse files Browse the repository at this point in the history
  • Loading branch information
avurro committed Mar 21, 2016
1 parent 5828525 commit 1571b89
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 @@ -24,7 +24,7 @@
* @author Alessandro Vurro
*
*/
class Conversion implements Convertible<XmlConversion>{
public class Conversion implements Convertible<XmlConversion>{

private XmlConversion conversion;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* @author Alessandro Vurro
*
*/
class GeneralAttribute {
public class GeneralAttribute {

/** target attribute */
private XmlTargetAttribute targetAttribute;
Expand Down

0 comments on commit 1571b89

Please sign in to comment.