Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/rxm.git
README.md
public static void main( String args[] ) throws Exception {
RelationMap rxm = new RelationMap(
- "module 'people'," +
+ "module people," +
"root > people," +
"person > person," +
".*,"
);
- rxm.setQuery( "import 'people'," );
+ rxm.setQuery( "import people," );
System.out.println( rxm.toXML( getConnection() ) );

Removed extra quotes.

Author Dave Jarvis <email>
Date 2015-02-09 22:38:25 GMT-0800
Commit 056f1be22308f8525963be11c7527ad1f5d4a8fc
Parent ccf21b2
Delta 2 lines added, 2 lines removed