On 8/29/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
@@ -35,7 +35,7 @@
namespaces = new HashMap<String,String>();
namespaces.put("a", Constants.ATOM_NS);
namespaces.put("app", Constants.APP_NS);
- namespaces.put("pub", Constants.CONTROL_NS);
+ //namespaces.put("pub", Constants.CONTROL_NS);
return namespaces;
}
Any particular reason to comment that out instead of just deleting it? Thanks to the magic of version control, you can always get it back if you need it later ;-) -garrett
