Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-slide Wiki" for change notification.
The "Sample_API_application" page has been changed by newacct. http://wiki.apache.org/jakarta-slide/Sample_API_application?action=diff&rev1=7&rev2=8 -------------------------------------------------- Enumeration e = rev.enumerateProperties(); while (e.hasMoreElements()) { NodeProperty p = (NodeProperty) e.nextElement(); - System.out.println(String.format("%s = %s", p.getName(), p + System.out.printf("%s = %s\n", p.getName(), p.getValue()); - .getValue())); } } catch (Exception e) { e.printStackTrace(); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
