You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by de...@apache.org on 2016/11/15 14:16:49 UTC

svn commit: r1769838 - /uima/uima-ducc/trunk/uima-ducc-common/src/main/java/org/apache/uima/ducc/common/crypto/Crypto.java

Author: degenaro
Date: Tue Nov 15 14:16:49 2016
New Revision: 1769838

URL: http://svn.apache.org/viewvc?rev=1769838&view=rev
Log:
UIMA-5138 DUCC Database (db) improvements and exploitations

> db.access file contents should contain text indicating its purpose

Modified:
    uima/uima-ducc/trunk/uima-ducc-common/src/main/java/org/apache/uima/ducc/common/crypto/Crypto.java

Modified: uima/uima-ducc/trunk/uima-ducc-common/src/main/java/org/apache/uima/ducc/common/crypto/Crypto.java
URL: http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-common/src/main/java/org/apache/uima/ducc/common/crypto/Crypto.java?rev=1769838&r1=1769837&r2=1769838&view=diff
==============================================================================
--- uima/uima-ducc/trunk/uima-ducc-common/src/main/java/org/apache/uima/ducc/common/crypto/Crypto.java (original)
+++ uima/uima-ducc/trunk/uima-ducc-common/src/main/java/org/apache/uima/ducc/common/crypto/Crypto.java Tue Nov 15 14:16:49 2016
@@ -61,7 +61,7 @@ public class Crypto implements ICrypto {
 	
 	private String dirDotDucc = ".ducc";
 	
-	private String textDbAccess = "The permissions on this file are employed when granting access to data for this user contained in the DUCC database by ducc-mon logged-in users.\n";
+	private String textDbAccess = "The permissions on this file are employed when granting access to this user's data contained in the DUCC database.\n";
 
 	private String user;    // Owner of the request - the simulated requester when in test-mode
 	private String dirSecurity;