Fix cause of GUMP failure.

This commit is contained in:
oburn
2003-02-25 05:47:43 +00:00
parent 9408c2a92f
commit 1ebf687657
@@ -34,10 +34,10 @@ public interface PropertyResolver
{
/**
* Resolves a property name to it's value.
* @param propertyName the name of the property.
* @param aName the name of the property.
* @return the value that is associated with <code>propertyName</code>.
* @throws CheckstyleException if the propertyName cannot be reolved
*/
String resolve(String propertyName)
String resolve(String aName)
throws CheckstyleException;
}