Author: mtylenda
Date: Tue Mar 16 21:41:34 2010
New Revision: 924002
URL: http://svn.apache.org/viewvc?rev=924002&view=rev
Log:
OPENJPA-1510: Typographical changes to Encryption Provider section.
Modified:
openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_encryption.xml
Modified: openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_encryption.xml
URL:
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_encryption.xml?rev=924002&r1=924001&r2=924002&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_encryption.xml
(original)
+++ openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_encryption.xml Tue
Mar 16 21:41:34 2010
@@ -22,25 +22,27 @@
Encryption Provider
</title>
<para>
- 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 <methodname>decrypt(String)</methodname> method will be
invoked. See
<ulink
url="../javadoc/org/apache/openjpa/lib/encryption/EncryptionProvider.html">
<classname>org.apache.openjpa.lib.encryption.EncryptionProvider</classname>
- </ulink> for the detailed javadoc.
+ </ulink> for the detailed Javadoc.
</para>
<para>
Notes:
<itemizedlist>
<listitem>
<para>
- 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
+ <classname>EncryptionProvider</classname>
+ interface. There is no default implementation.
</para>
</listitem>
<listitem>
<para>
- The interface has an encrypt(String) method, but it is not
called by the OpenJPA runtime.
+ The interface has an <methodname>encrypt(String)</methodname>
method,
+ but it is not called by the OpenJPA runtime.
</para>
</listitem>
</itemizedlist>