Skip to content

Instantly share code, notes, and snippets.

@pmuir
Created August 16, 2010 13:46
Show Gist options
  • Save pmuir/526963 to your computer and use it in GitHub Desktop.
Save pmuir/526963 to your computer and use it in GitHub Desktop.
NamedThingy CONTEXT_XML = new NamedThing() {
public String getName() { return "META-INF/context.xml"; }
public String getAsset() { return blah; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment