|
From: <ju...@us...> - 2017-05-10 23:14:06
|
Revision: 8890
http://sourceforge.net/p/smartfrog/svn/8890
Author: julgui
Date: 2017-05-10 23:14:03 +0000 (Wed, 10 May 2017)
Log Message:
-----------
Fixed java docs errors with jdk 1.8 (mainly <p/> replaced by </p> and similar errors.
Modified Paths:
--------------
trunk/core/smartfrog/src/org/smartfrog/services/assertions/TestBlock.java
trunk/core/smartfrog/src/org/smartfrog/services/assertions/TestBlockImpl.java
trunk/core/smartfrog/src/org/smartfrog/services/assertions/TestCompoundImpl.java
trunk/core/smartfrog/src/org/smartfrog/services/assertions/events/TestInterruptedEvent.java
trunk/core/smartfrog/src/org/smartfrog/services/filesystem/FileSystem.java
trunk/core/smartfrog/src/org/smartfrog/services/filesystem/filestore/FileEntry.java
trunk/core/smartfrog/src/org/smartfrog/services/filesystem/filestore/FileEntryImpl.java
trunk/core/smartfrog/src/org/smartfrog/services/os/java/LibraryArtifactImpl.java
trunk/core/smartfrog/src/org/smartfrog/sfcore/common/LocalSmartFrogDescriptor.java
trunk/core/smartfrog/src/org/smartfrog/sfcore/common/SFNull.java
trunk/core/smartfrog/src/org/smartfrog/sfcore/common/SFTempValue.java
trunk/core/smartfrog/src/org/smartfrog/sfcore/logging/LogToPrimImpl.java
trunk/core/smartfrog/src/org/smartfrog/sfcore/logging/LogToStreamsImpl.java
trunk/core/smartfrog/src/org/smartfrog/sfcore/logging/OutputStreamLog.java
trunk/core/smartfrog/src/org/smartfrog/sfcore/parser/Phases.java
trunk/core/smartfrog/src/org/smartfrog/sfcore/prim/PrimImpl.java
trunk/core/smartfrog/src/org/smartfrog/sfcore/processcompound/ProcessCompoundImpl.java
trunk/core/smartfrog/src/org/smartfrog/sfcore/reference/ApplyReference.java
trunk/core/smartfrog/src/org/smartfrog/sfcore/reference/AssertReference.java
trunk/core/smartfrog/src/org/smartfrog/sfcore/security/MACData.java
trunk/core/smartfrog/src/org/smartfrog/sfcore/utils/ParentHelper.java
trunk/core/smartfrog/src/org/smartfrog/sfcore/utils/ResourceLoader.java
trunk/core/smartfrog/src/org/smartfrog/sfcore/utils/SFExpandFully.java
trunk/core/smartfrog/src/org/smartfrog/sfcore/utils/SmartFrogThread.java
trunk/core/smartfrog/src/org/smartfrog/sfcore/workflow/combinators/During.java
trunk/core/smartfrog/src/org/smartfrog/sfcore/workflow/combinators/Finally.java
trunk/core/smartfrog/src/org/smartfrog/sfcore/workflow/conditional/WaitForImpl.java
trunk/core/smartfrog/src/org/smartfrog/sfcore/workflow/conditional/conditions/ReferenceResolvesImpl.java
trunk/core/smartfrog/src/org/smartfrog/sfcore/workflow/eventbus/EventAware.java
Modified: trunk/core/smartfrog/src/org/smartfrog/services/assertions/TestBlock.java
===================================================================
--- trunk/core/smartfrog/src/org/smartfrog/services/assertions/TestBlock.java 2017-05-10 23:12:20 UTC (rev 8889)
+++ trunk/core/smartfrog/src/org/smartfrog/services/assertions/TestBlock.java 2017-05-10 23:14:03 UTC (rev 8890)
@@ -85,7 +85,6 @@
/**
* boolean: run tests on startup.
- * <p/>
* {@value}
*/
String ATTR_RUN_TESTS_ON_STARTUP = "runTests";
Modified: trunk/core/smartfrog/src/org/smartfrog/services/assertions/TestBlockImpl.java
===================================================================
--- trunk/core/smartfrog/src/org/smartfrog/services/assertions/TestBlockImpl.java 2017-05-10 23:12:20 UTC (rev 8889)
+++ trunk/core/smartfrog/src/org/smartfrog/services/assertions/TestBlockImpl.java 2017-05-10 23:14:03 UTC (rev 8890)
@@ -265,7 +265,7 @@
* underneath. It is only called outside of component termination, i.e. when {@link #isWorkflowTerminating()} is
* false, and when the comp parameter is a child, that is <code>sfContainsChild(comp)</code> holds. If the the
* method returns true, the event is forwarded up the object heirarchy, which will eventually trigger a component
- * termination. <p/> Always return false if you start new components from this method! </p>
+ * termination. </p> Always return false if you start new components from this method! </p>
*
* @param record exit record of the component
* @param comp child component that is terminating
Modified: trunk/core/smartfrog/src/org/smartfrog/services/assertions/TestCompoundImpl.java
===================================================================
--- trunk/core/smartfrog/src/org/smartfrog/services/assertions/TestCompoundImpl.java 2017-05-10 23:12:20 UTC (rev 8889)
+++ trunk/core/smartfrog/src/org/smartfrog/services/assertions/TestCompoundImpl.java 2017-05-10 23:14:03 UTC (rev 8890)
@@ -473,7 +473,7 @@
/**
* Called by {@link #sfPing(Object)} to run through the list of children and ping each in turn. If any child fails,
- * {@link #sfLivenessFailure(Object, Object, Throwable)} is called and the iteration continues. <p/> Override this
+ * {@link #sfLivenessFailure(Object, Object, Throwable)} is called and the iteration continues. </p> Override this
* method to implement different child ping behaviour.
*/
@Override
Modified: trunk/core/smartfrog/src/org/smartfrog/services/assertions/events/TestInterruptedEvent.java
===================================================================
--- trunk/core/smartfrog/src/org/smartfrog/services/assertions/events/TestInterruptedEvent.java 2017-05-10 23:12:20 UTC (rev 8889)
+++ trunk/core/smartfrog/src/org/smartfrog/services/assertions/events/TestInterruptedEvent.java 2017-05-10 23:14:03 UTC (rev 8890)
@@ -25,7 +25,7 @@
/**
* This is an even to push into the event queue to indicate that the test has been interrupted.
* It breaks the waiting.
- * <p/>
+ * </p>
* Created 11-Feb-2008 15:12:41
*
*/
Modified: trunk/core/smartfrog/src/org/smartfrog/services/filesystem/FileSystem.java
===================================================================
--- trunk/core/smartfrog/src/org/smartfrog/services/filesystem/FileSystem.java 2017-05-10 23:12:20 UTC (rev 8889)
+++ trunk/core/smartfrog/src/org/smartfrog/services/filesystem/FileSystem.java 2017-05-10 23:14:03 UTC (rev 8890)
@@ -784,9 +784,9 @@
}
/**
- * Copies an <code>InputStream</code> to an <code>OutputStream</ code> using a local internal buffer for
+ * Copies an <code>InputStream</code> to an <code>OutputStream</code> using a local internal buffer for
* performance. Compared to {@link #globalBufferCopy(InputStream,OutputStream)} this method allows for better
- * concurrency, but each time it is called generates a buffer which will be garbage. <p/> All streams are closed
+ * concurrency, but each time it is called generates a buffer which will be garbage. </p> All streams are closed
* afterwards.
*
* @param in stream to copy from
@@ -818,7 +818,7 @@
}
/**
- * Copies an <code>InputStream</code> to an <code>OutputStream</ code> using a global internal buffer for
+ * Copies an <code>InputStream</code> to an <code>OutputStream</code> using a global internal buffer for
* performance. Compared to {@link #fCopy(InputStream,OutputStream)} this method generated no garbage, but
*
* decreases concurrency.
@@ -839,7 +839,7 @@
}
/**
- * Copies an <code>InputStream</code> to an <code>OutputStream</ code> using the specified buffer.
+ * Copies an <code>InputStream</code> to an <code>OutputStream</code> using the specified buffer.
*
* All streams are closed afterwards.
*
Modified: trunk/core/smartfrog/src/org/smartfrog/services/filesystem/filestore/FileEntry.java
===================================================================
--- trunk/core/smartfrog/src/org/smartfrog/services/filesystem/filestore/FileEntry.java 2017-05-10 23:12:20 UTC (rev 8889)
+++ trunk/core/smartfrog/src/org/smartfrog/services/filesystem/filestore/FileEntry.java 2017-05-10 23:14:03 UTC (rev 8890)
@@ -86,11 +86,11 @@
/**
* Append data to the file. After the write the buffer is flushed and the
* file is unlocked.
- * <p/>
+ * </p>
* To do an atomic update, write everything in one go. To do a less-effient
* but potentially less costly-over-the-wire update, write in a few large
* blocks.
- * <p/>
+ * </p>
* There is no equivalent operation to get the content back.
*
* @param content byte array of content
Modified: trunk/core/smartfrog/src/org/smartfrog/services/filesystem/filestore/FileEntryImpl.java
===================================================================
--- trunk/core/smartfrog/src/org/smartfrog/services/filesystem/filestore/FileEntryImpl.java 2017-05-10 23:12:20 UTC (rev 8889)
+++ trunk/core/smartfrog/src/org/smartfrog/services/filesystem/filestore/FileEntryImpl.java 2017-05-10 23:14:03 UTC (rev 8890)
@@ -183,11 +183,11 @@
/**
* Append data to the file. After the write the buffer is flushed and the
* file is unlocked.
- * <p/>
+ * </p>
* To do an atomic update, write everything in one go. To do a less-effient
* but potentially less costly-over-the-wire update, write in a few large
* blocks.
- * <p/>
+ * </p>
* There is no equivalent operation to get the content back.
*
* @param content byte array of content
Modified: trunk/core/smartfrog/src/org/smartfrog/services/os/java/LibraryArtifactImpl.java
===================================================================
--- trunk/core/smartfrog/src/org/smartfrog/services/os/java/LibraryArtifactImpl.java 2017-05-10 23:12:20 UTC (rev 8889)
+++ trunk/core/smartfrog/src/org/smartfrog/services/os/java/LibraryArtifactImpl.java 2017-05-10 23:14:03 UTC (rev 8890)
@@ -117,7 +117,7 @@
/**
* Retrieve our file from our parent libraries.
- * <p/>
+ * </p>
* <ol> <li> locate parent Library implementation <li> get information about
* repository cache <li> work out names of remote URL, local filename <li>
* bind our localfilename <li> fetch the jar (or fail) <li> validate the JAR
Modified: trunk/core/smartfrog/src/org/smartfrog/sfcore/common/LocalSmartFrogDescriptor.java
===================================================================
--- trunk/core/smartfrog/src/org/smartfrog/sfcore/common/LocalSmartFrogDescriptor.java 2017-05-10 23:12:20 UTC (rev 8889)
+++ trunk/core/smartfrog/src/org/smartfrog/sfcore/common/LocalSmartFrogDescriptor.java 2017-05-10 23:14:03 UTC (rev 8890)
@@ -36,7 +36,7 @@
/**
* This class parses .sf files locally; it is used to load up a {@link ComponentDescription}, with the option of turning
- * errors into an exception. <p/>
+ * errors into an exception. </p>
*
* Most of the content is null/invalid until an attempt to parse is made
*/
Modified: trunk/core/smartfrog/src/org/smartfrog/sfcore/common/SFNull.java
===================================================================
--- trunk/core/smartfrog/src/org/smartfrog/sfcore/common/SFNull.java 2017-05-10 23:12:20 UTC (rev 8889)
+++ trunk/core/smartfrog/src/org/smartfrog/sfcore/common/SFNull.java 2017-05-10 23:14:03 UTC (rev 8890)
@@ -24,10 +24,10 @@
/**
* Class implementing the notion of a NULL value in a component description.
- * <p/>
+ * </p>
* It is indicated by using the attribute definition with no value, such as in
* foo;
- * <p/>
+ * </p>
* There is exactly one instance of the NULL value, to ensure that object
* equality works appropriately. This is obtained using the static get()
* method.
Modified: trunk/core/smartfrog/src/org/smartfrog/sfcore/common/SFTempValue.java
===================================================================
--- trunk/core/smartfrog/src/org/smartfrog/sfcore/common/SFTempValue.java 2017-05-10 23:12:20 UTC (rev 8889)
+++ trunk/core/smartfrog/src/org/smartfrog/sfcore/common/SFTempValue.java 2017-05-10 23:14:03 UTC (rev 8890)
@@ -25,13 +25,13 @@
/**
* Class implementing the notion of a temporary value in a component
* description.
- * <p/>
+ * </p>
* It is created by an ASSERTION that is staticly checked only in response to a
* correct validation.
- * <p/>
+ * </p>
* All attributes whose values are a temporary value are removed during the
* method sfAsComponentDescription from the Phases interface.
- * <p/>
+ * </p>
* There is exactly one instance of the temporary value, to ensure that object
* equality works appropriately. This is obtained using the static get()
* method.
Modified: trunk/core/smartfrog/src/org/smartfrog/sfcore/logging/LogToPrimImpl.java
===================================================================
--- trunk/core/smartfrog/src/org/smartfrog/sfcore/logging/LogToPrimImpl.java 2017-05-10 23:12:20 UTC (rev 8889)
+++ trunk/core/smartfrog/src/org/smartfrog/sfcore/logging/LogToPrimImpl.java 2017-05-10 23:14:03 UTC (rev 8890)
@@ -409,7 +409,7 @@
/**
* <p> Are debug messages currently enabled? </p>
- * <p/>
+ * </p>
* <p> This allows expensive operations such as <code>String</code>
* concatenation to be avoided when the message will be ignored by the
* logger. </p>
@@ -428,7 +428,7 @@
/**
* <p> Are error messages currently enabled? </p>
- * <p/>
+ * </p>
* <p> This allows expensive operations such as <code>String</code>
* concatenation to be avoided when the message will be ignored by the
* logger. </p>
@@ -447,7 +447,7 @@
/**
* <p> Are fatal messages currently enabled? </p>
- * <p/>
+ * </p>
* <p> This allows expensive operations such as <code>String</code>
* concatenation to be avoided when the message will be ignored by the
* logger. </p>
@@ -467,7 +467,7 @@
/**
* <p> Are info messages currently enabled? </p>
- * <p/>
+ * </p>
* <p> This allows expensive operations such as <code>String</code>
* concatenation to be avoided when the message will be ignored by the
* logger. </p>
@@ -486,7 +486,7 @@
/**
* <p> Are trace messages currently enabled? </p>
- * <p/>
+ * </p>
* <p> This allows expensive operations such as <code>String</code>
* concatenation to be avoided when the message will be ignored by the
* logger. </p>
@@ -505,7 +505,7 @@
/**
* <p> Are warn messages currently enabled? </p>
- * <p/>
+ * </p>
* <p> This allows expensive operations such as <code>String</code>
* concatenation to be avoided when the message will be ignored by the
* logger. </p>
Modified: trunk/core/smartfrog/src/org/smartfrog/sfcore/logging/LogToStreamsImpl.java
===================================================================
--- trunk/core/smartfrog/src/org/smartfrog/sfcore/logging/LogToStreamsImpl.java 2017-05-10 23:12:20 UTC (rev 8889)
+++ trunk/core/smartfrog/src/org/smartfrog/sfcore/logging/LogToStreamsImpl.java 2017-05-10 23:14:03 UTC (rev 8890)
@@ -438,7 +438,7 @@
/**
* <p>Write the content of the message accumulated in the specified
* <code>StringBuffer</code> to the appropriate output destination.
- * <p/>
+ * </p>
* this is the output stream specified in the constructor or, by default,
* the reference to System.out <i>at the time of construction</i>. Changes
* to System.out are not picked up.
@@ -610,7 +610,7 @@
/**
* <p> Are debug messages currently enabled? </p>
- * <p/>
+ * </p>
* <p> This allows expensive operations such as <code>String</code>
* concatenation to be avoided when the message will be ignored by the
* logger. </p>
@@ -624,7 +624,7 @@
/**
* <p> Are error messages currently enabled? </p>
- * <p/>
+ * </p>
* <p> This allows expensive operations such as <code>String</code>
* concatenation to be avoided when the message will be ignored by the
* logger. </p>
@@ -638,7 +638,7 @@
/**
* <p> Are fatal messages currently enabled? </p>
- * <p/>
+ * </p>
* <p> This allows expensive operations such as <code>String</code>
* concatenation to be avoided when the message will be ignored by the
* logger. </p>
@@ -652,7 +652,7 @@
/**
* <p> Are info messages currently enabled? </p>
- * <p/>
+ * </p>
* <p> This allows expensive operations such as <code>String</code>
* concatenation to be avoided when the message will be ignored by the
* logger. </p>
@@ -665,7 +665,7 @@
/**
* <p> Are trace messages currently enabled? </p>
- * <p/>
+ * </p>
* <p> This allows expensive operations such as <code>String</code>
* concatenation to be avoided when the message will be ignored by the
* logger. </p>
@@ -678,7 +678,7 @@
/**
* <p> Are warn messages currently enabled? </p>
- * <p/>
+ * </p>
* <p> This allows expensive operations such as <code>String</code>
* concatenation to be avoided when the message will be ignored by the
* logger. </p>
Modified: trunk/core/smartfrog/src/org/smartfrog/sfcore/logging/OutputStreamLog.java
===================================================================
--- trunk/core/smartfrog/src/org/smartfrog/sfcore/logging/OutputStreamLog.java 2017-05-10 23:12:20 UTC (rev 8889)
+++ trunk/core/smartfrog/src/org/smartfrog/sfcore/logging/OutputStreamLog.java 2017-05-10 23:14:03 UTC (rev 8890)
@@ -25,7 +25,7 @@
/**
* This creates an output stream from a log, an output stream that is buffered on a line-by-line basis.
* At the end of each line (or on a flush), the output is written using the default encoding.
- * <p/>
+ * </p>
* Created 01-Feb-2008 13:24:40
*
*/
Modified: trunk/core/smartfrog/src/org/smartfrog/sfcore/parser/Phases.java
===================================================================
--- trunk/core/smartfrog/src/org/smartfrog/sfcore/parser/Phases.java 2017-05-10 23:12:20 UTC (rev 8889)
+++ trunk/core/smartfrog/src/org/smartfrog/sfcore/parser/Phases.java 2017-05-10 23:14:03 UTC (rev 8890)
@@ -75,6 +75,7 @@
* Return the phases required to be evaluated.
*
* @return the phases to apply
+ * @throws SmartFrogException TBD
*/
Vector sfGetPhases() throws SmartFrogException;
Modified: trunk/core/smartfrog/src/org/smartfrog/sfcore/prim/PrimImpl.java
===================================================================
--- trunk/core/smartfrog/src/org/smartfrog/sfcore/prim/PrimImpl.java 2017-05-10 23:12:20 UTC (rev 8889)
+++ trunk/core/smartfrog/src/org/smartfrog/sfcore/prim/PrimImpl.java 2017-05-10 23:14:03 UTC (rev 8890)
@@ -73,7 +73,7 @@
* communicated with. The sfExport attribute is examined. If set to "true" the
* sfExportRef method is called, which by default uses RMI to export the
* component. Subclasses may choose to export a component another way.
- * <p/>
+ *
* <p> A liveness thread is started for a primitive if it has no parent, but is
* expected to have children (like Compound), or if the parent is remote.
* Liveness attribute sfLivenessDelay dictates how often (in seconds) sfPing is
@@ -1620,11 +1620,11 @@
/**
* To log into sfCore logger. This method should be used to log Core
* messages
- * <p/>
+ * <p>
* Types of possible logs in SF: - Core log - Application log - Component
* log - Using sfSetLog() - Specific log - Using sfLog attribute in
* component
- * <p/>
+ * </p>
* When initialized, sflog uses CoreLog, once the component enters in the
* sfDeploy lifecycle phase, it is changed to use the specific log if sfLog
* attribute is defined or if it is not defined it defaults to the core
Modified: trunk/core/smartfrog/src/org/smartfrog/sfcore/processcompound/ProcessCompoundImpl.java
===================================================================
--- trunk/core/smartfrog/src/org/smartfrog/sfcore/processcompound/ProcessCompoundImpl.java 2017-05-10 23:12:20 UTC (rev 8889)
+++ trunk/core/smartfrog/src/org/smartfrog/sfcore/processcompound/ProcessCompoundImpl.java 2017-05-10 23:14:03 UTC (rev 8890)
@@ -70,7 +70,7 @@
* as owning a particular port) is allowed per host. Every processcompound tries
* to locate its parent on deployment, if there is none, it tries to become the
* root of the host.
- * <p/>
+ * </p>
* <p> Through the deployer class used for primitives "PrimProcessDeployerImpl"
* the registration of components on deployment is guaranteed. A component being
* registered only means that the component is known to the process compound and
@@ -77,7 +77,7 @@
* will receive liveness from it. When the process compound is asked to
* terminate (ie. asked to terminate the process) all components are terminated.
* </p>
- * <p/>
+ * </p>
* <p> You do not need to instantiate this class in order to get new processes.
* In your component description that you want to deploy, simply define
* sfProcessName with a string name of the processname that you want to deploy
@@ -1251,13 +1251,13 @@
* Gets the current class path out of the system properties and returns it
* as a command line parameter for the subprocess. The class path is created
* reading one of the following in order selection:
- * <p/>
+ * </p>
* <ol>
* <li>from a property named sfcore.processcompound.PROCESS_NAME.java.class.path.</li>
* <li>attribute java.class.path inside sfProcessAttribute
* componentDescription</li>
* </ol>
- * <p/>
+ * </p>
* The result if any is added (default) to the system property: System
* property java.class.path or replaced if sfProcessReplaceClassPath=true
*
@@ -1309,13 +1309,13 @@
* Gets the current org.smartfrog.codebase out of the system properties and
* returns it as a command line parameter for the subprocess. The class path
* is created reading one of the following in order selection:
- * <p/>
+ * </p>
* <ol>
* <li>from a property named sfcore.processcompound.PROCESS_NAME.'org.smartfrog.codebase'.</li>
* <li>attribute 'org.smartfrog.codebase' inside sfProcessAttribute
* componentDescription</li>
* </ol>
- * <p/>
+ * </p>
* The result if any is added (default) to the system property: System
* property 'org.smartfrog.codebase' or replaced if
* sfProcessReplaceCodeBase=true
Modified: trunk/core/smartfrog/src/org/smartfrog/sfcore/reference/ApplyReference.java
===================================================================
--- trunk/core/smartfrog/src/org/smartfrog/sfcore/reference/ApplyReference.java 2017-05-10 23:12:20 UTC (rev 8889)
+++ trunk/core/smartfrog/src/org/smartfrog/sfcore/reference/ApplyReference.java 2017-05-10 23:14:03 UTC (rev 8890)
@@ -30,7 +30,7 @@
* backward compatility reasons this is not possible. Consequently ApplyReference impements the entire
* gamut of the reference behaviour, inlcuding having parts, which is not relevant to a function applicaiton.
* It should override these methods and generate some form of run-time exception - this has not been implemented.
- * <p/>
+ * </p>
* The function application reference resolves by evaluating hte refeences it contains, then evaluating the funciton.
* If
*/
Modified: trunk/core/smartfrog/src/org/smartfrog/sfcore/reference/AssertReference.java
===================================================================
--- trunk/core/smartfrog/src/org/smartfrog/sfcore/reference/AssertReference.java 2017-05-10 23:12:20 UTC (rev 8889)
+++ trunk/core/smartfrog/src/org/smartfrog/sfcore/reference/AssertReference.java 2017-05-10 23:14:03 UTC (rev 8890)
@@ -19,7 +19,7 @@
* backward compatility reasons this is not possible. Consequently Assert Reference impements the entire
* gamut of the reference behaviour, inlcuding having parts, which is not relevant to a function applicaiton.
* It should override these methods and generate some form of run-time exception - this has not been implemented.
- * <p/>
+ * </p>
* The function application reference resolves by evaluating hte refeences it contains, then evaluating the funciton.
* If
*/
Modified: trunk/core/smartfrog/src/org/smartfrog/sfcore/security/MACData.java
===================================================================
--- trunk/core/smartfrog/src/org/smartfrog/sfcore/security/MACData.java 2017-05-10 23:12:20 UTC (rev 8889)
+++ trunk/core/smartfrog/src/org/smartfrog/sfcore/security/MACData.java 2017-05-10 23:14:03 UTC (rev 8890)
@@ -12,9 +12,9 @@
/**
* Calculate/check the MAC associated with data in a byte array.
* The MAC is assumed to belong at the end of the byte array containing the data
- * <p/>
+ * </p>
* Can statically set a default key that will be used for all subsequent created MACData objects
- * <p/>
+ * </p>
* To cope with distributed key update being non-transactional,
* it will check the MAC with the current and the last key
* but generates MAC with the latest key only.
Modified: trunk/core/smartfrog/src/org/smartfrog/sfcore/utils/ParentHelper.java
===================================================================
--- trunk/core/smartfrog/src/org/smartfrog/sfcore/utils/ParentHelper.java 2017-05-10 23:12:20 UTC (rev 8889)
+++ trunk/core/smartfrog/src/org/smartfrog/sfcore/utils/ParentHelper.java 2017-05-10 23:14:03 UTC (rev 8890)
@@ -141,7 +141,7 @@
* lifecycle methods must still be invoked on the created component - namely
* sfDeploy() and sfStart(). This is primarily an internal method - the
* prefered method for end users is #sfCreateNewChild.
- * <p/>
+ * </p>
* Note that the remaining lifecycle methods must still be invoked on the
* created component - namely sfDeploy() and sfStart().
*
Modified: trunk/core/smartfrog/src/org/smartfrog/sfcore/utils/ResourceLoader.java
===================================================================
--- trunk/core/smartfrog/src/org/smartfrog/sfcore/utils/ResourceLoader.java 2017-05-10 23:12:20 UTC (rev 8889)
+++ trunk/core/smartfrog/src/org/smartfrog/sfcore/utils/ResourceLoader.java 2017-05-10 23:14:03 UTC (rev 8890)
@@ -33,7 +33,7 @@
* This is something that can hand off resource loading to whatever does
* loading.
* created Jul 1,
- * <p/>
+ * </p>
* 2004 4:44:38 PM
*/
Modified: trunk/core/smartfrog/src/org/smartfrog/sfcore/utils/SFExpandFully.java
===================================================================
--- trunk/core/smartfrog/src/org/smartfrog/sfcore/utils/SFExpandFully.java 2017-05-10 23:12:20 UTC (rev 8889)
+++ trunk/core/smartfrog/src/org/smartfrog/sfcore/utils/SFExpandFully.java 2017-05-10 23:14:03 UTC (rev 8890)
@@ -41,7 +41,7 @@
/**
* This class lets you expand out a complete .sf file to a new file; takes a source and a dest. It's really designed to
* be used from Ant, but there are other uses.
- * <p/>
+ * </p>
* It makes use of {@link SFParse} to do the heavy lifting, then calls {@link ComponentDescription#toString()} to
* generate the output file
*/
Modified: trunk/core/smartfrog/src/org/smartfrog/sfcore/utils/SmartFrogThread.java
===================================================================
--- trunk/core/smartfrog/src/org/smartfrog/sfcore/utils/SmartFrogThread.java 2017-05-10 23:12:20 UTC (rev 8889)
+++ trunk/core/smartfrog/src/org/smartfrog/sfcore/utils/SmartFrogThread.java 2017-05-10 23:14:03 UTC (rev 8890)
@@ -27,8 +27,8 @@
/**
* This thread represents the base class for threads run under SmartFrog. It
* contains extra methods for behaviour we want across all our threads.
- * <p/>
- * <p/>
+ * </p>
+ * </p>
* <ol>
*
* <li>A notification is raised after the work is done, on whichever object
Modified: trunk/core/smartfrog/src/org/smartfrog/sfcore/workflow/combinators/During.java
===================================================================
--- trunk/core/smartfrog/src/org/smartfrog/sfcore/workflow/combinators/During.java 2017-05-10 23:12:20 UTC (rev 8889)
+++ trunk/core/smartfrog/src/org/smartfrog/sfcore/workflow/combinators/During.java 2017-05-10 23:14:03 UTC (rev 8890)
@@ -129,7 +129,7 @@
* false, and when the comp parameter is a child, that is <code>sfContainsChild(comp)</code> holds.
* If the the method returns true, the event is forwarded up the object heirarchy, which
* will eventually trigger a component termination.
- * <p/>
+ * </p>
* Always return false if you start new components from this method!
* </p>
*
Modified: trunk/core/smartfrog/src/org/smartfrog/sfcore/workflow/combinators/Finally.java
===================================================================
--- trunk/core/smartfrog/src/org/smartfrog/sfcore/workflow/combinators/Finally.java 2017-05-10 23:12:20 UTC (rev 8889)
+++ trunk/core/smartfrog/src/org/smartfrog/sfcore/workflow/combinators/Finally.java 2017-05-10 23:14:03 UTC (rev 8890)
@@ -36,9 +36,9 @@
/**
* This component runs an action when a termination request is received. The action is deployed on startup, but it is
* only moved into the started state when the Try component is to be terminated.
- * <p/>
+ * </p>
* You can use this component to deploy some action for cleanup, such as the execution of a remote shutdown command.
- * <p/>
+ * </p>
* Be warned that there is no way to guarantee that the finally action will always be started. Emergency system
* shutdowns can bypass this operation
*/
Modified: trunk/core/smartfrog/src/org/smartfrog/sfcore/workflow/conditional/WaitForImpl.java
===================================================================
--- trunk/core/smartfrog/src/org/smartfrog/sfcore/workflow/conditional/WaitForImpl.java 2017-05-10 23:12:20 UTC (rev 8889)
+++ trunk/core/smartfrog/src/org/smartfrog/sfcore/workflow/conditional/WaitForImpl.java 2017-05-10 23:14:03 UTC (rev 8890)
@@ -93,7 +93,7 @@
/**
* When an object implementing interface <code>Runnable</code> is used to create a thread, starting the thread
- * causes the object's <code>run</code> method to be called in that separately executing thread. <p/> The general
+ * causes the object's <code>run</code> method to be called in that separately executing thread. </p> The general
* contract of the method <code>run</code> is that it may take any action whatsoever.
*
* @see Thread#run()
Modified: trunk/core/smartfrog/src/org/smartfrog/sfcore/workflow/conditional/conditions/ReferenceResolvesImpl.java
===================================================================
--- trunk/core/smartfrog/src/org/smartfrog/sfcore/workflow/conditional/conditions/ReferenceResolvesImpl.java 2017-05-10 23:12:20 UTC (rev 8889)
+++ trunk/core/smartfrog/src/org/smartfrog/sfcore/workflow/conditional/conditions/ReferenceResolvesImpl.java 2017-05-10 23:14:03 UTC (rev 8890)
@@ -26,7 +26,7 @@
/**
* This condition checks that a reference resolves, if not it fails. Useful in waiting/testing for values
- * <p/>
+ * </p>
* Created 07-May-2009 15:20:51
*/
Modified: trunk/core/smartfrog/src/org/smartfrog/sfcore/workflow/eventbus/EventAware.java
===================================================================
--- trunk/core/smartfrog/src/org/smartfrog/sfcore/workflow/eventbus/EventAware.java 2017-05-10 23:12:20 UTC (rev 8889)
+++ trunk/core/smartfrog/src/org/smartfrog/sfcore/workflow/eventbus/EventAware.java 2017-05-10 23:14:03 UTC (rev 8890)
@@ -22,7 +22,7 @@
import java.rmi.Remote;
/**
- * <p/>
+ * </p>
* Created: 17-Apr-2008
*/
public interface EventAware extends Remote {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|