Author: desruisseaux
Date: Thu Apr 21 20:46:46 2016
New Revision: 1740408
URL: http://svn.apache.org/viewvc?rev=1740408&view=rev
Log:
Javadoc clarification, especially about enabling or disabling MBeans.
Modified:
sis/branches/JDK8/application/sis-console/src/main/java/org/apache/sis/console/package-info.java
sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/DefaultCoordinateOperationFactory.java
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/system/Supervisor.java
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/util/TemporalUtilities.java
Modified:
sis/branches/JDK8/application/sis-console/src/main/java/org/apache/sis/console/package-info.java
URL:
http://svn.apache.org/viewvc/sis/branches/JDK8/application/sis-console/src/main/java/org/apache/sis/console/package-info.java?rev=1740408&r1=1740407&r2=1740408&view=diff
==============================================================================
---
sis/branches/JDK8/application/sis-console/src/main/java/org/apache/sis/console/package-info.java
[UTF-8] (original)
+++
sis/branches/JDK8/application/sis-console/src/main/java/org/apache/sis/console/package-info.java
[UTF-8] Thu Apr 21 20:46:46 2016
@@ -20,8 +20,9 @@
* See {@link org.apache.sis.console.Command} for the list of supported
commands.
*
* <div class="section">SIS installation on remote machines</div>
- * Some sub-commands can operate on SIS installation on remote machines,
provided
- * that the remote Java Virtual Machine has been started with the following
options:
+ * Some sub-commands can operate on SIS installation on remote machines,
provided that Apache SIS
+ * has been <a href="http://sis.apache.org/branches.html#trunk">compiled with
MBeans enabled</a>
+ * and that the remote Java Virtual Machine has been started with the
following options:
*
* {@preformat shell
* java -Dcom.sun.management.jmxremote.port=1099 \
Modified:
sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/DefaultCoordinateOperationFactory.java
URL:
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/DefaultCoordinateOperationFactory.java?rev=1740408&r1=1740407&r2=1740408&view=diff
==============================================================================
---
sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/DefaultCoordinateOperationFactory.java
[UTF-8] (original)
+++
sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/DefaultCoordinateOperationFactory.java
[UTF-8] Thu Apr 21 20:46:46 2016
@@ -122,8 +122,8 @@ public class DefaultCoordinateOperationF
/**
* Weak references to existing objects.
* This set is used in order to return a pre-existing object instead of
creating a new one.
- * This apply to object created explicitly, not to coordinate operations
inferred by a call
- * to {@link #createOperation(CoordinateReferenceSystem,
CoordinateReferenceSystem)}.
+ * This applies to objects created explicitly, not to coordinate
operations inferred by a
+ * call to {@link #createOperation(CoordinateReferenceSystem,
CoordinateReferenceSystem)}.
*/
private final WeakHashSet<IdentifiedObject> pool;
Modified:
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/system/Supervisor.java
URL:
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/system/Supervisor.java?rev=1740408&r1=1740407&r2=1740408&view=diff
==============================================================================
---
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/system/Supervisor.java
[UTF-8] (original)
+++
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/system/Supervisor.java
[UTF-8] Thu Apr 21 20:46:46 2016
@@ -58,6 +58,8 @@ public final class Supervisor extends St
/**
* Whatever JMX agent is enabled. Setting this variable to {@code false}
allows the
* Java compiler to omit any dependency to this {@code Supervisor} class.
+ *
+ * @see <a href="http://sis.apache.org/branches.html#trunk">Differences
between SIS trunk and branches</a>
*/
static final boolean ENABLED = true;
Modified:
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/util/TemporalUtilities.java
URL:
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/util/TemporalUtilities.java?rev=1740408&r1=1740407&r2=1740408&view=diff
==============================================================================
---
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/util/TemporalUtilities.java
[UTF-8] (original)
+++
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/util/TemporalUtilities.java
[UTF-8] Thu Apr 21 20:46:46 2016
@@ -42,6 +42,8 @@ public final class TemporalUtilities ext
* until we can really provide a sis-temporal module.
*
* This constant will be removed after SIS release a sis-temporal module.
+ *
+ * @see <a href="http://sis.apache.org/branches.html#trunk">Differences
between SIS trunk and branches</a>
*/
public static final boolean REPORT_MISSING_MODULE = true;