Darkhax-Minecraft / Bookshelf

A library mod which adds additional code support beyond what is provided by Forge.
GNU Lesser General Public License v2.1
142 stars 39 forks source link

Remove redundant assignment #148

Closed oguzhancevik closed 3 years ago

oguzhancevik commented 3 years ago

Remove redundant assignment

Darkhax commented 3 years ago

Hello,

Given the nature of this PR and the message at the end I believe this PR may be spam. If that is not the case please let me know and provide further information.

oguzhancevik commented 3 years ago

Hi, @Darkhax , This is not spam because it is unnecessary to initialize primitive local variables in Java. This assignment is redundant.