Skip to content

Instantly share code, notes, and snippets.

@ussy
Created January 8, 2012 06:25
Show Gist options
  • Save ussy/1577467 to your computer and use it in GitHub Desktop.
Save ussy/1577467 to your computer and use it in GitHub Desktop.
--- /Users/ussy/tmp/a.txt 2012-01-08 15:21:38.000000000 +0900
+++ /Users/ussy/tmp/b.txt 2012-01-08 15:21:51.000000000 +0900
@@ -1,3 +1,2 @@
-<bean id="connectionProvider" class="jp.sf.amateras.mirage.dialect.HyperSQLDialect">
- <property name="dialect" ref="dialect" />
-</bean>
+<bean id="dialect" class="jp.sf.amateras.mirage.dialect.HyperSQLDialect" />
+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment