Skip to content

Commit b85ca33

Browse files
remove generic warning
1 parent b3d8373 commit b85ca33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/scribe/builder/api/LinkedInApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class LinkedInApi extends DefaultApi10a
1212

1313
public LinkedInApi()
1414
{
15-
scopes = Collections.EMPTY_SET;
15+
scopes = Collections.emptySet();
1616
}
1717

1818
public LinkedInApi(Set<String> scopes)

0 commit comments

Comments
 (0)