Skip to content

Commit

Permalink
fixed issue with messages (fix provided by Thomas (ben_ata)), updated…
Browse files Browse the repository at this point in the history
… messages
  • Loading branch information
rrokytskyy committed Sep 16, 2004
1 parent 84afe32 commit f67b32a
Show file tree
Hide file tree
Showing 2 changed files with 2,888 additions and 695 deletions.
5 changes: 4 additions & 1 deletion src/main/org/firebirdsql/gds/GDSExceptionHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
/*
* CVS modification log:
* $Log$
* Revision 1.4 2004/08/22 00:52:28 rrokytskyy
* fixed bug when the driver is loaded by the system classloader
*
* Revision 1.3 2003/06/05 22:57:47 brodsom
* Substitute package and inline imports
*
Expand Down Expand Up @@ -79,7 +82,7 @@ public class GDSExceptionHelper {

private static final Logger log = LoggerFactory.getLogger(GDSExceptionHelper.class,false);

private static final String MESSAGES = "isc_error_msg";
private static final String MESSAGES = "/isc_error_msg";
private static Properties messages = new Properties();

private static boolean initialized = false;
Expand Down
Loading

0 comments on commit f67b32a

Please sign in to comment.