113114115116117118119120121122123
// set new value attributes.setLastRequested(now + offset); // write it out try (FileOutputStream out = new FileOutputStream(attributeFile)) { marshaller.marshal(attributes, out); } } line = reader.readLine(); }