Skip to content

Commit

Permalink
Fixed missing annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Khassraf committed Nov 27, 2013
1 parent 9b9ac8c commit d1c1b8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class TwitterSentimentAnalyzerImpl implements TwitterSentimentAnalyzer {

@Override
@DestructCloudObject
public PublicSentimentQueryResult analyze(PublicSentimentQuery sentimentQuery) {
public PublicSentimentQueryResult analyze(@ByValueParameter PublicSentimentQuery sentimentQuery) {
logger.debug("Analyzing query.");

PublicSentimentQueryResult result = new PublicSentimentQueryResult();
Expand Down

0 comments on commit d1c1b8b

Please sign in to comment.