From 6bc5ff8d3ca092a8e590915f56d47d84576020d1 Mon Sep 17 00:00:00 2001 From: Milosz Tylenda Date: Tue, 16 Mar 2010 21:41:34 +0000 Subject: [PATCH] OPENJPA-1510: Typographical changes to Encryption Provider section. git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@924002 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/doc/manual/ref_guide_encryption.xml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/openjpa-project/src/doc/manual/ref_guide_encryption.xml b/openjpa-project/src/doc/manual/ref_guide_encryption.xml index b05057b8f..1225fae73 100644 --- a/openjpa-project/src/doc/manual/ref_guide_encryption.xml +++ b/openjpa-project/src/doc/manual/ref_guide_encryption.xml @@ -22,25 +22,27 @@ Encryption Provider - OpenJPA provides an interface for a provider to implement to allow - connection passwords to be encrypted. Whenever a connection password - is needed, the decrypt(String) method will be invoked. See + OpenJPA provides an interface for a provider to implement + connection password encryption. Whenever a connection password + is needed, the decrypt(String) method will be invoked. See org.apache.openjpa.lib.encryption.EncryptionProvider - for the detailed javadoc. + for the detailed Javadoc. Notes: - It is an OpenJPA users responsibility to implement the EncryptionProvider - interface. There is not a default implementation. + It is an OpenJPA user responsibility to implement the + EncryptionProvider + interface. There is no default implementation. - The interface has an encrypt(String) method, but it is not called by the OpenJPA runtime. + The interface has an encrypt(String) method, + but it is not called by the OpenJPA runtime.