Cadiboo / Example-Mod

An example mod created to try and get new modders to use good code practices
GNU Lesser General Public License v3.0
196 stars 41 forks source link

Redundant full qualification #6

Closed JamesYeoman closed 5 years ago

JamesYeoman commented 5 years ago

https://github.com/Cadiboo/Example-Mod/blob/6a1ba1042d63b80fb6e6676a0d04018e0bc1f3ae/src/main/java/cadiboo/examplemod/util/ModUtil.java#L19-L25

Since you have the referenced classes already imported for the class, you don't need to fully qualify the classes