Skip to content

Commit

Permalink
fix call to method
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Apr 30, 2012
1 parent cd417d3 commit b3bca9f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -311,7 +311,7 @@ public void write(Database model, OutputStream output) throws DdlException {
*/

public void write(Database model, Writer output) throws DdlException {
write(model, output);
write(model, output, null);
}

public void write(Database model, Writer output, String rootElementName) throws DdlException {
Expand Down

0 comments on commit b3bca9f

Please sign in to comment.