Ejemplo n.º 1
0
 /**
  * Clear the values pertaining to a particular property.
  *
  * @param String key of property to clear
  */
 public static void clearProperty(String key) {
   RuntimeSingleton.clearProperty(key);
 }