caelum / vraptor-scaffold

VRaptor Scaffold extension to make it easier configuring new projects and plugins
http://vraptor.org
MIT License
55 stars 22 forks source link

getter method to boolean attribute #21

Closed rodolfoliviero closed 13 years ago

rodolfoliviero commented 13 years ago

scaffolding a model with boolean attribute generate a getter like this public boolean getActive() {...}

boolean getter should be generated like this

public boolean isActive() {...}

rodolfoliviero commented 13 years ago

Done https://github.com/caelum/vraptor-scaffold/commit/5cb77d59ec025c1afb3bf0825c6c085a3ebc3006