Project

General

Profile

« Previous | Next » 

Revision 4743

Added by walbridge over 15 years ago

Fix typos in error messages.

View differences:

DocumentImpl.java
3070 3070
                rs.close();
3071 3071
                pstmt.close();
3072 3072
                conn.increaseUsageCount(1);
3073
                throw new Exception("Docid " + accnum + " does not exsist. "
3074
                                    + "Please check that you have specified the"
3075
                                    + " revision number of the document also.");
3073
                throw new Exception("Docid " + accnum + " does not exist. "
3074
                                    + "Please check that you have also specified the"
3075
                                    + " revision number of the document.");
3076 3076
            }
3077 3077
            rs.close();
3078 3078
            pstmt.close();

Also available in: Unified diff