No effective change - code cleanup - return void (unused return values), remove unused methods

This commit is contained in:
Robin Bygrave
2015-08-01 17:54:06 +12:00
parent 93f13113e6
commit 204b9ca6e5
4 changed files with 4 additions and 22 deletions
@@ -121,13 +121,6 @@ public class DefaultExampleExpression implements SpiExpression, ExampleExpressio
return this;
}
/**
* This will return null for this example expression.
*/
public String getPropertyName() {
return null;
}
/**
* Adds bind values to the request.
*/