CODE STYLE some classes in classes/model

This commit is contained in:
Fernando Ontiveros
2012-10-20 16:01:28 -04:00
committed by root
parent 35de8ac088
commit ad53bd8a50
12 changed files with 984 additions and 979 deletions

View File

@@ -14,7 +14,7 @@
/**
* Skeleton subclass for performing query and update operations on the 'USERS_PROPERTIES' table.
*
*
*
*
* You should add additional methods to this class to meet the
* application requirements. This class will only be generated as
@@ -22,6 +22,7 @@
*
* @package workflow.engine.classes.model
*/
class UsersPropertiesPeer extends BaseUsersPropertiesPeer {
class UsersPropertiesPeer extends BaseUsersPropertiesPeer
{
}
} // UsersPropertiesPeer