You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2010/06/04 23:06:23 UTC

svn commit: r951570 - in /directory/apacheds/trunk/i18n/src/main: java/org/apache/directory/server/i18n/I18n.java resources/org/apache/directory/server/i18n/errors.properties

Author: felixk
Date: Fri Jun  4 21:06:23 2010
New Revision: 951570

URL: http://svn.apache.org/viewvc?rev=951570&view=rev
Log:
Missed in Respect return value of method

Modified:
    directory/apacheds/trunk/i18n/src/main/java/org/apache/directory/server/i18n/I18n.java
    directory/apacheds/trunk/i18n/src/main/resources/org/apache/directory/server/i18n/errors.properties

Modified: directory/apacheds/trunk/i18n/src/main/java/org/apache/directory/server/i18n/I18n.java
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/i18n/src/main/java/org/apache/directory/server/i18n/I18n.java?rev=951570&r1=951569&r2=951570&view=diff
==============================================================================
--- directory/apacheds/trunk/i18n/src/main/java/org/apache/directory/server/i18n/I18n.java (original)
+++ directory/apacheds/trunk/i18n/src/main/java/org/apache/directory/server/i18n/I18n.java Fri Jun  4 21:06:23 2010
@@ -759,7 +759,7 @@ public enum I18n
     ERR_723("ERR_723"),
     ERR_724("ERR_724"),
     ERR_725("ERR_725"),
-    // ERR_726( "ERR_726" ),
+    ERR_726_FILE_UNDELETABLE( "ERR_726_FILE_UNDELETABLE" ),
     ERR_727("ERR_727"),
     ERR_728("ERR_728"),
     ERR_729("ERR_729"),

Modified: directory/apacheds/trunk/i18n/src/main/resources/org/apache/directory/server/i18n/errors.properties
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/i18n/src/main/resources/org/apache/directory/server/i18n/errors.properties?rev=951570&r1=951569&r2=951570&view=diff
==============================================================================
--- directory/apacheds/trunk/i18n/src/main/resources/org/apache/directory/server/i18n/errors.properties (original)
+++ directory/apacheds/trunk/i18n/src/main/resources/org/apache/directory/server/i18n/errors.properties Fri Jun  4 21:06:23 2010
@@ -747,7 +747,7 @@ ERR_722=OrCursors are not ordered and do
 ERR_723=Must have 2 or more sub-expression Cursors for a disjunction
 ERR_724=PresenceCursors do not support positioning by element without a user index on the presence attribute.
 ERR_725=SubstringCursors may not be ordered and do not support positioning by element.
-# ERR_726=
+ERR_726_FILE_UNDELETABLE=Can't delete file {0}
 ERR_727=ScopeNode is not of subtree scope.
 ERR_728=There can only be 2 columns at index 0 and at 1
 ERR_729=You didn't correctly set col names