mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
No effective change - code cleanup - return void (unused return values), remove unused methods
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user