Last sentence in second bullet point should read "The Email method returns a string value." instead of "The Age method returns an integer value."
Should be:
rClient.close();instead of
aClient.close();
Should be:
ObjectSet results = db.Get(managerExample);instead of
results = db.Get(managerExample);
Should be:
ObjectSet results = db.get(managerExample);instead of
results = db.get(managerExample);
Should be:
ServerRegistry sr = ServerRegistry.getInstance();instead of
ServerRegistry sr = ServerRegistry.GetInstance();
Lines should end with:
).next();instead of
).Next();
Should be:
ObjectLock objectLock = new ObjectLock();