Skip to content
This repository has been archived by the owner on Aug 7, 2020. It is now read-only.

Commit

Permalink
fixed field name bug
Browse files Browse the repository at this point in the history
  • Loading branch information
JPDSousa committed Oct 7, 2017
1 parent 0757246 commit 27d7d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/rookit/dm/track/TrackFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public final VersionTrack createVersionTrack(TypeVersion versionType, Track orig
public final Track createTrack(@SmofParam(name = TYPE) TypeTrack type,
@SmofParam(name = TITLE) String title,
@SmofParam(name = ORIGINAL) Track original,
@SmofParam(name = VERSION_TOKEN) TypeVersion versionType) {
@SmofParam(name = VERSION_TYPE) TypeVersion versionType) {
if(type == TypeTrack.VERSION) {
return new VersionTrack(original, versionType);
}
Expand Down

0 comments on commit 27d7d0a

Please sign in to comment.