示例#1
0
 /**
  * Update the timestamp representing the last use of the kit
  *
  * @param kit name of the kit
  */
 public void updateLastKitUse(final String kit) {
   setLastKitUse(kit, System.currentTimeMillis());
 }