You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jakarta.apache.org by se...@apache.org on 2010/11/20 21:37:58 UTC

svn commit: r1037323 - in /jakarta/jmeter/trunk: src/jorphan/org/apache/jorphan/util/HeapDumper.java xdocs/usermanual/component_reference.xml xdocs/usermanual/listeners.xml

Author: sebb
Date: Sat Nov 20 20:37:58 2010
New Revision: 1037323

URL: http://svn.apache.org/viewvc?rev=1037323&view=rev
Log:
Fix some Java=>Oracle URLs

Modified:
    jakarta/jmeter/trunk/src/jorphan/org/apache/jorphan/util/HeapDumper.java
    jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml
    jakarta/jmeter/trunk/xdocs/usermanual/listeners.xml

Modified: jakarta/jmeter/trunk/src/jorphan/org/apache/jorphan/util/HeapDumper.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/src/jorphan/org/apache/jorphan/util/HeapDumper.java?rev=1037323&r1=1037322&r2=1037323&view=diff
==============================================================================
--- jakarta/jmeter/trunk/src/jorphan/org/apache/jorphan/util/HeapDumper.java (original)
+++ jakarta/jmeter/trunk/src/jorphan/org/apache/jorphan/util/HeapDumper.java Sat Nov 20 20:37:58 2010
@@ -48,7 +48,7 @@ public class HeapDumper {
     }
 
     // This is the name of the HotSpot Diagnostic platform MBean (Sun Java 1.6)
-    // See: http://java.sun.com/javase/6/docs/jre/api/management/extension/com/sun/management/HotSpotDiagnosticMXBean.html
+    // See: http://download.oracle.com/javase/6/docs/jre/api/management/extension/com/sun/management/HotSpotDiagnosticMXBean.html
     private static final String HOTSPOT_BEAN_NAME =
          "com.sun.management:type=HotSpotDiagnostic";
 
@@ -98,7 +98,7 @@ public class HeapDumper {
      * Calls the dumpHeap() method of the HotSpotDiagnostic MXBean, if available.
      * <p>
      * See
-     * <a href="http://java.sun.com/javase/6/docs/jre/api/management/extension/com/sun/management/HotSpotDiagnosticMXBean.html">
+     * <a href="http://download.oracle.com/javase/6/docs/jre/api/management/extension/com/sun/management/HotSpotDiagnosticMXBean.html">
      * HotSpotDiagnosticMXBean
      * </a>
      * @param fileName name of the heap dump file. Must be creatable, i.e. must not exist.

Modified: jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1037323&r1=1037322&r2=1037323&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml Sat Nov 20 20:37:58 2010
@@ -416,7 +416,7 @@ the additional variables for rows 4, 5 a
         <property name="Parameter types" required="Yes, if a prepared or callable statement has parameters">
         Comma-separated list of SQL parameter types (e.g. INTEGER, DATE, VARCHAR, DOUBLE).
         These are defined as fields in the class java.sql.Types, see for example:
-        <a href="http://java.sun.com/j2se/1.5/docs/api/java/sql/Types.html">Javadoc for java.sql.Types</a>.
+        <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/sql/Types.html">Javadoc for java.sql.Types</a>.
         [Note: JMeter will use whatever types are defined by the runtime JVM, 
         so if you are running on a different JVM, be sure to check the appropriate document]
         If the callable statement has INOUT or OUT parameters, then these must be indicated by prefixing the

Modified: jakarta/jmeter/trunk/xdocs/usermanual/listeners.xml
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/listeners.xml?rev=1037323&r1=1037322&r2=1037323&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/usermanual/listeners.xml (original)
+++ jakarta/jmeter/trunk/xdocs/usermanual/listeners.xml Sat Nov 20 20:37:58 2010
@@ -187,7 +187,7 @@ sampleresult.timestamp.start=true
 </code></p>
 <p>
 The date format to be used for the timestamp_format is described in <a
-HREF="http://java.sun.com/j2se/1.5/docs/api/java/text/SimpleDateFormat.html">
+HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/text/SimpleDateFormat.html">
 <b>SimpleDateFormat</b></a>.
 Bear in mind that choosing a date format other than "ms" is likely to
 make it impossible for JMeter to interpret the value when it is read



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org