Skip to content

Commit

Permalink
SYMMETRICDS-403
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Feb 28, 2011
1 parent 655b658 commit 43822d9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Expand Up @@ -101,7 +101,7 @@ public void setUseInternalDtd(boolean useInternalDtd)
*/
protected InputSource getBetwixtMapping()
{
return new InputSource(getClass().getResourceAsStream("/mapping.xml"));
return new InputSource(getClass().getResourceAsStream("mapping.xml"));
}

/**
Expand Down

0 comments on commit 43822d9

Please sign in to comment.