1
0

Correct spelling.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@398696 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dennis Lundberg
2006-05-01 21:39:36 +00:00
parent cd2e8b9657
commit ce80ab132e
3 changed files with 15 additions and 15 deletions

View File

@@ -344,7 +344,7 @@ In addition to the logging methods, the following are provided for code guards:
</subsection>
<subsection name="Serialization Issues">
<p>Prior to release 1.0.4, none of the standard Log implementations were
Serializable. If you are using such a release and have a Serializable classe
Serializable. If you are using such a release and have a Serializable class
with a member that is of type Log then it is necessary to declare
that member to be transient and to ensure that the value is restored on
deserialization. The recommended approach is to define a custom