diff options
| author | eea1 <eea1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-10 20:12:43 +0000 |
|---|---|---|
| committer | eea1 <eea1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-10 20:12:43 +0000 |
| commit | c01ce850adaf528342fcdbb74e0965b2ec416a58 (patch) | |
| tree | c30bdc92756af9d00d17d9fd02db35866964c9e6 /java/src/CreationStrategy.java | |
| parent | 5156f7eed11b42486efa22694c067a93907dfdf1 (diff) | |
| download | ATCD-c01ce850adaf528342fcdbb74e0965b2ec416a58.tar.gz | |
Fixed most of the javadoc commenting problems. To make it perfect, all
the source files would have to exist in a directory structure identical
to their package names. With these changes, though, people can still view
the packages, classes, and methods correctly. I mainly corrected the
@see and @exception statements.
Diffstat (limited to 'java/src/CreationStrategy.java')
| -rw-r--r-- | java/src/CreationStrategy.java | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/java/src/CreationStrategy.java b/java/src/CreationStrategy.java index 219dc712668..f929ef86204 100644 --- a/java/src/CreationStrategy.java +++ b/java/src/CreationStrategy.java @@ -29,7 +29,10 @@ package JACE.Connection; * linking the handler, etc.). *</blockquote> * - *@see SvcHandler,StrategyAcceptor,AcceptStrategy,ActivateStrategy + *@see SvcHandler + *@see StrategyAcceptor + *@see AcceptStrategy + *@see ActivateStrategy */ public class CreationStrategy { |
