| Author | Dave Jarvis <email> |
|---|---|
| Date | 2015-03-26 21:52:30 GMT-0700 |
| Commit | 3e84384971eb599203cf849a2668a3746e0d6fce |
| Parent | 2ca9058 |
| ); | ||
| - System.out.println( rxm.toDocument( getConnection() ) ); | ||
| + System.out.println( rxm.toString( getConnection() ) ); | ||
| } | ||
| } | ||
| rxm.add( "root > people, import person," ); | ||
| - System.out.println( rxm.toDocument( getConnection(), 'json' ) ); | ||
| + System.out.println( rxm.toString( getConnection(), 'json' ) ); | ||
| } | ||
| } | ||
| Delta | 2 lines added, 2 lines removed |
|---|