Skip to content

Commit

Permalink
[BACKLOG-7186] - Metadata Injection for Metadata Injection step - ren…
Browse files Browse the repository at this point in the history
…ame method to prevent error: 'reference to call ambiguous'
  • Loading branch information
AndreyBurikhin committed Apr 5, 2016
1 parent b88b70d commit c2e2ba6
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -439,8 +439,8 @@ public void setTransObjectId( ObjectId transObjectId ) {
} }


@Injection( name = "TRANS_OBJECT_ID" ) @Injection( name = "TRANS_OBJECT_ID" )
public void setTransObjectId( String transObjectIdString ) { public void setTransStringObjectId( String transStringObjectId ) {
this.transObjectId = new StringObjectId( transObjectIdString ); this.transObjectId = new StringObjectId( transStringObjectId );
} }


/** /**
Expand Down

0 comments on commit c2e2ba6

Please sign in to comment.