Skip to content

Commit

Permalink
Rename hasRender to hasRenderer
Browse files Browse the repository at this point in the history
  • Loading branch information
dwalluck committed Jun 6, 2020
1 parent 5d08125 commit c6bc902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rwx/src/main/java/org/commonjava/rwx/core/Registry.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public Object renderTo( Object obj )
return renderer.render( obj );
}

public boolean hasRender( Class type )
public boolean hasRenderer( Class type )
{
return rendererMap.get( type ) != null;
}
Expand Down

0 comments on commit c6bc902

Please sign in to comment.