ShaderNode: remove incorrect attribution

This commit is contained in:
shadowislord 2015-03-27 21:47:21 -04:00
parent 068047200e
commit 305e56a921

View File

@ -39,8 +39,6 @@ import java.util.List;
* Used for loading {@link ShaderNodeDefinition shader nodes definition}
*
* Tells if the defintion has to be loaded with or without its documentation
*
* @author Kirill Vainer
*/
public class ShaderNodeDefinitionKey extends AssetKey<List<ShaderNodeDefinition>> {