NOVA-Team / NOVA-Monorepo

The core API of the NOVA voxel game modding system
https://nova-team.github.io
GNU Lesser General Public License v3.0
66 stars 23 forks source link

Fix Translatable class name typo #298

Closed ExE-Boss closed 7 years ago

ExE-Boss commented 7 years ago

As it turns out, the correct spelling is Translatable instead of Translateable, so I had it right the first time.

codecov-io commented 7 years ago

Codecov Report

Merging #298 into master will increase coverage by 0.01%. The diff coverage is 75%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #298      +/-   ##
============================================
+ Coverage     13.58%   13.59%   +0.01%     
  Complexity      732      732              
============================================
  Files           409      409              
  Lines         12788    12788              
  Branches       1354     1354              
============================================
+ Hits           1737     1739       +2     
+ Misses        10934    10932       -2     
  Partials        117      117
Impacted Files Coverage Δ Complexity Δ
src/main/java/nova/core/item/ItemFactory.java 15.15% <ø> (ø) 2 <0> (ø) :arrow_down:
src/main/java/nova/core/block/BlockFactory.java 28.94% <ø> (ø) 3 <0> (ø) :arrow_down:
src/main/java/nova/core/item/Item.java 0% <0%> (ø) 0 <0> (ø) :arrow_down:
src/main/java/nova/core/block/Block.java 8.88% <100%> (ø) 3 <1> (ø) :arrow_down:
src/main/java/nova/core/language/Translatable.java 94.73% <100%> (ø) 6 <0> (?)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f8daac6...27dcde0. Read the comment docs.