Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

TAJO-1850: Using TUtil.newHash(Set/Map) should be replaced by Java's diamond operator#818

Closed
dkhwangbo wants to merge 3 commits intoapache:masterfrom
dkhwangbo:TAJO-1850
Closed

TAJO-1850: Using TUtil.newHash(Set/Map) should be replaced by Java's diamond operator#818
dkhwangbo wants to merge 3 commits intoapache:masterfrom
dkhwangbo:TAJO-1850

Conversation

@dkhwangbo
Copy link
Contributor

See the title. We introduced Java 7. We don't need TUtil.newHash(Set|Map) utility methods anymore. We need to eliminate them.
This commit pass all the test with mvn clean install.

@hyunsik
Copy link
Member

hyunsik commented Oct 20, 2015

The patch looks good to me. I manually tested it. It passed all unit tests. Could you remove TUtil::newHash method too?

@dkhwangbo
Copy link
Contributor Author

OK. I'll do that and commit again soon.

@hyunsik
Copy link
Member

hyunsik commented Oct 20, 2015

I missed to check out TUtil class. Here is my +1.

@asfgit asfgit closed this in 0006536 Oct 20, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants