Guest User

Untitled

a guest
Jun 24th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. Index: ReflectiveConnectionConfig.java
  2. ===================================================================
  3. --- ReflectiveConnectionConfig.java (リビジョン 373)
  4. +++ ReflectiveConnectionConfig.java (作業コピー)
  5. @@ -149,22 +149,14 @@
  6. *
  7. * @see org.seasar.dolteng.eclipse.preferences.ConnectionConfig#getDriverPath()
  8. */
  9. - public String getDriverPath() {
  10. - return driverPath;
  11. + @Override
  12. + public String[] getDriverPaths() {
  13. + return new String[] { driverPath };
  14. }
  15.  
  16. /*
  17. * (non-Javadoc)
  18. *
  19. - * @see org.seasar.dolteng.eclipse.preferences.ConnectionConfig#setDriverPath(java.lang.String)
  20. - */
  21. - public void setDriverPath(String driverPath) {
  22. - this.driverPath = driverPath;
  23. - }
  24. -
  25. - /*
  26. - * (non-Javadoc)
  27. - *
  28. * @see org.seasar.dolteng.eclipse.preferences.ConnectionConfig#getName()
  29. */
  30. @Override
Add Comment
Please, Sign In to add comment