[30/50] [lang] HashSetvBitSetTest: use diamond operator (closes #264)

2017-05-17 Thread britter
HashSetvBitSetTest: use diamond operator (closes #264) Use Java 7's diamond operator to make the code a tad more elegant, as done in the rest of the codebase. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit:

[lang] HashSetvBitSetTest: use diamond operator (closes #264)

2017-04-29 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master d61090ab6 -> c8e648b92 HashSetvBitSetTest: use diamond operator (closes #264) Use Java 7's diamond operator to make the code a tad more elegant, as done in the rest of the codebase. Project: