diff options
| author | guest <guest@f059d3a0-6783-47b7-97ff-1fe0bbf25129> | 2008-09-23 21:57:49 +0000 |
|---|---|---|
| committer | guest <guest@f059d3a0-6783-47b7-97ff-1fe0bbf25129> | 2008-09-23 21:57:49 +0000 |
| commit | 4b5497551e90e20b29454b540a739df8f7bc26c0 (patch) | |
| tree | 760a5682995149bbafd12dc1b21eae8b8b3ba922 | |
| parent | d6fa96b4cd67cf4fa18b5b9b6739f9bc2494a9f4 (diff) | |
didn't compile bugfix - caused by renaming class
git-svn-id: http://manut.eu/svn/yalp/trunk@2 f059d3a0-6783-47b7-97ff-1fe0bbf25129
| -rw-r--r-- | src/YalpInputs/YalpPGSqlInput/YalpPGSqlInput.java | 2 | ||||
| -rw-r--r-- | svn-commit.tmp | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/src/YalpInputs/YalpPGSqlInput/YalpPGSqlInput.java b/src/YalpInputs/YalpPGSqlInput/YalpPGSqlInput.java index b816542..4ee06e6 100644 --- a/src/YalpInputs/YalpPGSqlInput/YalpPGSqlInput.java +++ b/src/YalpInputs/YalpPGSqlInput/YalpPGSqlInput.java @@ -22,7 +22,7 @@ import YalpInterfaces.*; * @version 1 02-04-2006<br> */ public class YalpPGSqlInput { - private YalpInputInterfaceImpl con; + private YalpInputPluginImpl con; private DatabaseDefines config; public static void main(String[] args) diff --git a/svn-commit.tmp b/svn-commit.tmp deleted file mode 100644 index 82b4cd3..0000000 --- a/svn-commit.tmp +++ /dev/null @@ -1,4 +0,0 @@ -initial import ---This line, and those below, will be ignored-- - -A . |
