meraki-analytics / orianna

A Java framework for the Riot Games League of Legends API (http://developer.riotgames.com/).
MIT License
182 stars 56 forks source link

StaticDataTransformer change #111

Closed EduardoAcunaCoronado closed 5 years ago

EduardoAcunaCoronado commented 5 years ago

In the transformTree method, you should change the value of p so that it receives the key instead of the name. 1991 line.

final RunePath p = RunePath.valueOf(path.getKey().toUpperCase());

robrua commented 5 years ago

Done @ bfcf472