Skip to content

Commit

Permalink
remove generic warning
Browse files Browse the repository at this point in the history
fernandezpablo85 committed Feb 20, 2013
1 parent b3d8373 commit b85ca33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/scribe/builder/api/LinkedInApi.java
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ public class LinkedInApi extends DefaultApi10a

public LinkedInApi()
{
scopes = Collections.EMPTY_SET;
scopes = Collections.emptySet();
}

public LinkedInApi(Set<String> scopes)

0 comments on commit b85ca33

Please sign in to comment.