Skip to content

Commit

Permalink
Trying to bring things in line with what they used to be.
Browse files Browse the repository at this point in the history
-jh-
  • Loading branch information
jhunter committed Jan 23, 2003
1 parent d0fd403 commit a129b70
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 103 deletions.
2 changes: 0 additions & 2 deletions contrib/samples/ResultSetBuilderDemo.java
Expand Up @@ -83,14 +83,12 @@ public static void main(String[] args) throws Exception {
Connection con =
DriverManager.getConnection("jdbc:cloudscape:rsbd;create=true");

/*
// Create and fill commands, needed only on the first run
Statement prep = con.createStatement();
prep.executeUpdate(PREP);

Statement fill = con.createStatement();
fill.executeUpdate(FILL);
*/

Namespace ns = Namespace.getNamespace("xhtml", "http://w3.org/etc");

Expand Down
101 changes: 0 additions & 101 deletions contrib/samples/XPathDemo.java

This file was deleted.

0 comments on commit a129b70

Please sign in to comment.