| http://www.w3.org/ns/prov#value | - 154176 def personInstance 155177 156 //Person #1 178 //Person #2 157179 personInstance = new Person(loginName:admin, 158180 firstName:Admin, 159181 lastName:Powers", 182 description:'''Every time the application starts it ensures that the 'admin' login name is available. 183 DO update the password and other details but keep the login name as 'admin'. ''', 160184 pass:passClearText, 161185 pas
|