You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by fb...@apache.org on 2007/10/17 00:32:35 UTC

svn commit: r585277 [2/2] - in /incubator/river/trunk/jtsk/src: com/sun/jini/collection/ com/sun/jini/constants/ com/sun/jini/discovery/ com/sun/jini/discovery/kerberos/ com/sun/jini/discovery/plaintext/ com/sun/jini/discovery/ssl/ com/sun/jini/discove...

Modified: incubator/river/trunk/jtsk/src/net/jini/jeri/kerberos/KerberosServerEndpoint.java
URL: http://svn.apache.org/viewvc/incubator/river/trunk/jtsk/src/net/jini/jeri/kerberos/KerberosServerEndpoint.java?rev=585277&r1=585276&r2=585277&view=diff
==============================================================================
--- incubator/river/trunk/jtsk/src/net/jini/jeri/kerberos/KerberosServerEndpoint.java (original)
+++ incubator/river/trunk/jtsk/src/net/jini/jeri/kerberos/KerberosServerEndpoint.java Tue Oct 16 15:32:23 2007
@@ -182,7 +182,7 @@
  * (functionally equivalent) server socket factory. <p>
  *
  * This class uses the <a
- * href="../connection/doc-files/mux.html">Jini(TM) extensible remote
+ * href="../connection/doc-files/mux.html">Jini extensible remote
  * invocation (Jini ERI) multiplexing protocol</a> to map outgoing
  * requests to the underlying secure connection streams. <p>
  *

Modified: incubator/river/trunk/jtsk/src/net/jini/jeri/kerberos/KerberosTrustVerifier.java
URL: http://svn.apache.org/viewvc/incubator/river/trunk/jtsk/src/net/jini/jeri/kerberos/KerberosTrustVerifier.java?rev=585277&r1=585276&r2=585277&view=diff
==============================================================================
--- incubator/river/trunk/jtsk/src/net/jini/jeri/kerberos/KerberosTrustVerifier.java (original)
+++ incubator/river/trunk/jtsk/src/net/jini/jeri/kerberos/KerberosTrustVerifier.java Tue Oct 16 15:32:23 2007
@@ -23,7 +23,7 @@
 import net.jini.security.TrustVerifier;
 
 /**
- * Trust verifier for verifying the Jini(TM) extensible remote
+ * Trust verifier for verifying the Jini extensible remote
  * invocation (Jini ERI) endpoints of type {@link KerberosEndpoint},
  * and principals of type {@link KerberosPrincipal}. This class is
  * intended to be specified in a resource to configure the operation

Modified: incubator/river/trunk/jtsk/src/net/jini/jeri/kerberos/package.html
URL: http://svn.apache.org/viewvc/incubator/river/trunk/jtsk/src/net/jini/jeri/kerberos/package.html?rev=585277&r1=585276&r2=585277&view=diff
==============================================================================
--- incubator/river/trunk/jtsk/src/net/jini/jeri/kerberos/package.html (original)
+++ incubator/river/trunk/jtsk/src/net/jini/jeri/kerberos/package.html Tue Oct 16 15:32:23 2007
@@ -40,7 +40,7 @@
 javax.security.auth.kerberos.KerberosPrincipal}. <p>
 
 This class uses the <a
-href="../connection/doc-files/mux.html">Jini(TM) extensible remote
+href="../connection/doc-files/mux.html">Jini extensible remote
 invocation (Jini ERI) multiplexing protocol</a> to map outgoing
 requests to the underlying secure connection streams. <p>
 

Modified: incubator/river/trunk/jtsk/src/net/jini/jeri/package.html
URL: http://svn.apache.org/viewvc/incubator/river/trunk/jtsk/src/net/jini/jeri/package.html?rev=585277&r1=585276&r2=585277&view=diff
==============================================================================
--- incubator/river/trunk/jtsk/src/net/jini/jeri/package.html (original)
+++ incubator/river/trunk/jtsk/src/net/jini/jeri/package.html Tue Oct 16 15:32:23 2007
@@ -24,7 +24,7 @@
 <body bgcolor="white">
 
 Provides the fundamental abstractions and standard implementation
-classes for Jini(TM) extensible remote invocation (Jini ERI).
+classes for Jini extensible remote invocation (Jini ERI).
 
 <p>Jini ERI is an implementation of the Java(TM) Remote Method
 Invocation (Java RMI) programming model that supports the following

Modified: incubator/river/trunk/jtsk/src/net/jini/jeri/ssl/SslEndpoint.java
URL: http://svn.apache.org/viewvc/incubator/river/trunk/jtsk/src/net/jini/jeri/ssl/SslEndpoint.java?rev=585277&r1=585276&r2=585277&view=diff
==============================================================================
--- incubator/river/trunk/jtsk/src/net/jini/jeri/ssl/SslEndpoint.java (original)
+++ incubator/river/trunk/jtsk/src/net/jini/jeri/ssl/SslEndpoint.java Tue Oct 16 15:32:23 2007
@@ -160,7 +160,7 @@
  * obey the guidelines that are specified for <code>equals</code> methods of
  * {@link Endpoint} instances. <p>
  *
- * This class uses the <a href="../connection/doc-files/mux.html">Jini(TM)
+ * This class uses the <a href="../connection/doc-files/mux.html">Jini
  * extensible remote invocation (Jini ERI) multiplexing protocol</a> to map
  * outgoing requests to socket connections.
  *

Modified: incubator/river/trunk/jtsk/src/net/jini/jeri/ssl/SslServerEndpoint.java
URL: http://svn.apache.org/viewvc/incubator/river/trunk/jtsk/src/net/jini/jeri/ssl/SslServerEndpoint.java?rev=585277&r1=585276&r2=585277&view=diff
==============================================================================
--- incubator/river/trunk/jtsk/src/net/jini/jeri/ssl/SslServerEndpoint.java (original)
+++ incubator/river/trunk/jtsk/src/net/jini/jeri/ssl/SslServerEndpoint.java Tue Oct 16 15:32:23 2007
@@ -187,7 +187,7 @@
  * guidelines that are specified for <code>equals</code> methods of {@link
  * net.jini.jeri.ServerEndpoint.ListenEndpoint ListenEndpoint} instances. <p>
  *
- * This class uses the <a href="../connection/doc-files/mux.html">Jini(TM)
+ * This class uses the <a href="../connection/doc-files/mux.html">Jini
  * extensible remote invocation (Jini ERI) multiplexing protocol</a> to map
  * outgoing requests to socket connections.
  *

Modified: incubator/river/trunk/jtsk/src/net/jini/jeri/ssl/package.html
URL: http://svn.apache.org/viewvc/incubator/river/trunk/jtsk/src/net/jini/jeri/ssl/package.html?rev=585277&r1=585276&r2=585277&view=diff
==============================================================================
--- incubator/river/trunk/jtsk/src/net/jini/jeri/ssl/package.html (original)
+++ incubator/river/trunk/jtsk/src/net/jini/jeri/ssl/package.html Tue Oct 16 15:32:23 2007
@@ -225,7 +225,7 @@
 </ul>
 
 The <code>SslEndpoint</code> and <code>SslServerEndpoint</code> classes
-use the <a href="../connection/doc-files/mux.html">Jini(TM) extensible
+use the <a href="../connection/doc-files/mux.html">Jini extensible
 remote invocation (Jini ERI) multiplexing protocol</a> to map outgoing
 requests to socket connections.
 

Modified: incubator/river/trunk/jtsk/src/net/jini/jeri/tcp/TcpEndpoint.java
URL: http://svn.apache.org/viewvc/incubator/river/trunk/jtsk/src/net/jini/jeri/tcp/TcpEndpoint.java?rev=585277&r1=585276&r2=585277&view=diff
==============================================================================
--- incubator/river/trunk/jtsk/src/net/jini/jeri/tcp/TcpEndpoint.java (original)
+++ incubator/river/trunk/jtsk/src/net/jini/jeri/tcp/TcpEndpoint.java Tue Oct 16 15:32:23 2007
@@ -70,7 +70,7 @@
  * making socket connections.
  *
  * <p><code>TcpEndpoint</code> uses the <a
- * href="../connection/doc-files/mux.html">Jini(TM) extensible remote
+ * href="../connection/doc-files/mux.html">Jini extensible remote
  * invocation (Jini ERI) multiplexing protocol</a> to map outgoing
  * requests to socket connections.
  *

Modified: incubator/river/trunk/jtsk/src/net/jini/jeri/tcp/TcpServerEndpoint.java
URL: http://svn.apache.org/viewvc/incubator/river/trunk/jtsk/src/net/jini/jeri/tcp/TcpServerEndpoint.java?rev=585277&r1=585276&r2=585277&view=diff
==============================================================================
--- incubator/river/trunk/jtsk/src/net/jini/jeri/tcp/TcpServerEndpoint.java (original)
+++ incubator/river/trunk/jtsk/src/net/jini/jeri/tcp/TcpServerEndpoint.java Tue Oct 16 15:32:23 2007
@@ -89,7 +89,7 @@
  * enumerateListenEndpoints} is invoked.
  *
  * <p><code>TcpServerEndpoint</code> uses the <a
- * href="../connection/doc-files/mux.html">Jini(TM) extensible remote
+ * href="../connection/doc-files/mux.html">Jini extensible remote
  * invocation (Jini ERI) multiplexing protocol</a> to map incoming
  * requests to socket connections.
  *

Modified: incubator/river/trunk/jtsk/src/net/jini/jeri/tcp/package.html
URL: http://svn.apache.org/viewvc/incubator/river/trunk/jtsk/src/net/jini/jeri/tcp/package.html?rev=585277&r1=585276&r2=585277&view=diff
==============================================================================
--- incubator/river/trunk/jtsk/src/net/jini/jeri/tcp/package.html (original)
+++ incubator/river/trunk/jtsk/src/net/jini/jeri/tcp/package.html Tue Oct 16 15:32:23 2007
@@ -29,7 +29,7 @@
 as the underlying communication mechanism.
 
 Requests and responses are framed and multiplexed over TCP connections
-using the <a href="../connection/doc-files/mux.html">Jini(TM)
+using the <a href="../connection/doc-files/mux.html">Jini
 extensible remote invocation (Jini ERI) multiplexing protocol</a>.
 
 <p>A {@link net.jini.jeri.tcp.TcpEndpoint} can be used to initiate

Modified: incubator/river/trunk/jtsk/src/net/jini/lease/LeaseRenewalSet.java
URL: http://svn.apache.org/viewvc/incubator/river/trunk/jtsk/src/net/jini/lease/LeaseRenewalSet.java?rev=585277&r1=585276&r2=585277&view=diff
==============================================================================
--- incubator/river/trunk/jtsk/src/net/jini/lease/LeaseRenewalSet.java (original)
+++ incubator/river/trunk/jtsk/src/net/jini/lease/LeaseRenewalSet.java Tue Oct 16 15:32:23 2007
@@ -345,7 +345,7 @@
      * <p>
      * The <code>handback</code> argument to this method specifies an
      * object that will be part of the expiration warning event
-     * notification. This mechanism is detailed in the Jini(TM)
+     * notification. This mechanism is detailed in the Jini
      * Distributed Event Specification.
      * <p>
      * This method returns the event registration for this event. The
@@ -413,7 +413,7 @@
      * <p>
      * The <code>handback</code> argument specifies an object that
      * will be part of the renewal failure event notification. This
-     * mechanism is detailed in the Jini(TM) Distributed Event
+     * mechanism is detailed in the Jini Distributed Event
      * Specification.
      * <p>
      * This method returns the event registration for this event. The

Modified: incubator/river/trunk/jtsk/src/net/jini/lease/package.html
URL: http://svn.apache.org/viewvc/incubator/river/trunk/jtsk/src/net/jini/lease/package.html?rev=585277&r1=585276&r2=585277&view=diff
==============================================================================
--- incubator/river/trunk/jtsk/src/net/jini/lease/package.html (original)
+++ incubator/river/trunk/jtsk/src/net/jini/lease/package.html Tue Oct 16 15:32:23 2007
@@ -24,8 +24,8 @@
 @since 1.1
 
 @see net.jini.core.lease
-@see "<i>Jini(TM) Lease Renewal Service Specification</i>"
-@see "<i>Jini(TM) Lease Utilities Specification</i>"
+@see "<i>Jini Lease Renewal Service Specification</i>"
+@see "<i>Jini Lease Utilities Specification</i>"
 
 </BODY>
 </HTML>

Modified: incubator/river/trunk/jtsk/src/net/jini/lookup/ServiceDiscoveryManager.java
URL: http://svn.apache.org/viewvc/incubator/river/trunk/jtsk/src/net/jini/lookup/ServiceDiscoveryManager.java?rev=585277&r1=585276&r2=585277&view=diff
==============================================================================
--- incubator/river/trunk/jtsk/src/net/jini/lookup/ServiceDiscoveryManager.java (original)
+++ incubator/river/trunk/jtsk/src/net/jini/lookup/ServiceDiscoveryManager.java Tue Oct 16 15:32:23 2007
@@ -2535,7 +2535,7 @@
      * remote listener, <i>it is the entity's responsibility</i> to provide a
      * mechanism for any lookup service to acquire the proxy to the exported
      * listener. One way to do this is to configure this utility to export
-     * the listener using the Jini(TM) Extensible Remote Invocation (Jini ERI)
+     * the listener using the Jini Extensible Remote Invocation (Jini ERI)
      * communication framework. When the listener is exported to use Jini ERI,
      * and no proxy customizations (such as a custom invocation handler or
      * transport endpoint) are used, no other action is necessary to make the

Modified: incubator/river/trunk/jtsk/src/net/jini/lookup/entry/EntryBeans.java
URL: http://svn.apache.org/viewvc/incubator/river/trunk/jtsk/src/net/jini/lookup/entry/EntryBeans.java?rev=585277&r1=585276&r2=585277&view=diff
==============================================================================
--- incubator/river/trunk/jtsk/src/net/jini/lookup/entry/EntryBeans.java (original)
+++ incubator/river/trunk/jtsk/src/net/jini/lookup/entry/EntryBeans.java Tue Oct 16 15:32:23 2007
@@ -23,7 +23,7 @@
 
 /**
  * Utility class for handling JavaBeans(TM) components that relate to Entry 
- * classes in the Jini(TM) lookup service.
+ * classes in the Jini lookup service.
  * 
  * @author Sun Microsystems, Inc.
  */

Modified: incubator/river/trunk/jtsk/src/net/jini/lookup/entry/package.html
URL: http://svn.apache.org/viewvc/incubator/river/trunk/jtsk/src/net/jini/lookup/entry/package.html?rev=585277&r1=585276&r2=585277&view=diff
==============================================================================
--- incubator/river/trunk/jtsk/src/net/jini/lookup/entry/package.html (original)
+++ incubator/river/trunk/jtsk/src/net/jini/lookup/entry/package.html Tue Oct 16 15:32:23 2007
@@ -22,7 +22,7 @@
 These are common entry classes for use as attributes in lookup services and
 their associated JavaBeans(TM) component wrapping classes.
 
-@see "<i>Jini(TM) Lookup Schema Specification</i>"
+@see "<i>Jini Lookup Schema Specification</i>"
 
 </BODY>
 </HTML>

Modified: incubator/river/trunk/jtsk/src/net/jini/lookup/package.html
URL: http://svn.apache.org/viewvc/incubator/river/trunk/jtsk/src/net/jini/lookup/package.html?rev=585277&r1=585276&r2=585277&view=diff
==============================================================================
--- incubator/river/trunk/jtsk/src/net/jini/lookup/package.html (original)
+++ incubator/river/trunk/jtsk/src/net/jini/lookup/package.html Tue Oct 16 15:32:23 2007
@@ -22,8 +22,8 @@
 Standard utility classes for managing the <i>join state</i> of a service
 and the service discovery duties of a client or service.
 
-@see "<i>Jini(TM) Join Utilities Specification</i>"
-@see "<i>Jini(TM) Service Discovery Utilities Specification</i>"
+@see "<i>Jini Join Utilities Specification</i>"
+@see "<i>Jini Service Discovery Utilities Specification</i>"
 
 </BODY>
 </HTML>

Modified: incubator/river/trunk/jtsk/src/net/jini/security/package.html
URL: http://svn.apache.org/viewvc/incubator/river/trunk/jtsk/src/net/jini/security/package.html?rev=585277&r1=585276&r2=585277&view=diff
==============================================================================
--- incubator/river/trunk/jtsk/src/net/jini/security/package.html (original)
+++ incubator/river/trunk/jtsk/src/net/jini/security/package.html Tue Oct 16 15:32:23 2007
@@ -114,7 +114,7 @@
 that they are all instances of locally trusted (typically, not downloaded)
 classes, containing trusted data. For example,
 {@link net.jini.jeri.BasicJeriTrustVerifier} provides this
-baseline for basic dynamic proxies of remote objects exported to use Jini(TM)
+baseline for basic dynamic proxies of remote objects exported to use Jini
 extensible remote invocation (Jini ERI), in conjunction with
 {@link net.jini.constraint.ConstraintTrustVerifier}, which
 verifies the standard constraints.

Modified: incubator/river/trunk/jtsk/src/net/jini/security/proxytrust/package.html
URL: http://svn.apache.org/viewvc/incubator/river/trunk/jtsk/src/net/jini/security/proxytrust/package.html?rev=585277&r1=585276&r2=585277&view=diff
==============================================================================
--- incubator/river/trunk/jtsk/src/net/jini/security/proxytrust/package.html (original)
+++ incubator/river/trunk/jtsk/src/net/jini/security/proxytrust/package.html Tue Oct 16 15:32:23 2007
@@ -63,7 +63,7 @@
 dynamic proxy which is trusted by the client after removing remote codebase
 information from the dynamic proxy class. In the common case of a smart
 proxy wrapped around a standard dynamic proxy (for example, a dynamic proxy
-for a remote object exported to use Jini(TM) extensible remote invocation
+for a remote object exported to use Jini extensible remote invocation
 (Jini ERI)), the dynamic proxy usually can serve as the bootstrap proxy if
 its invocation handler does not depend on any downloaded code, on the
 assumption that the client will have configured in a trust verifier for local

Modified: incubator/river/trunk/jtsk/src/net/jini/space/AvailabilityEvent.java
URL: http://svn.apache.org/viewvc/incubator/river/trunk/jtsk/src/net/jini/space/AvailabilityEvent.java?rev=585277&r1=585276&r2=585277&view=diff
==============================================================================
--- incubator/river/trunk/jtsk/src/net/jini/space/AvailabilityEvent.java (original)
+++ incubator/river/trunk/jtsk/src/net/jini/space/AvailabilityEvent.java Tue Oct 16 15:32:23 2007
@@ -101,7 +101,7 @@
      * Returns a copy of the {@link Entry} whose transition
      * triggered this event. The returned <code>Entry</code> must
      * be unmarshalled in accordance with the <a
-     * href=http://www.jini.org/standards/index.html>Jini(TM)
+     * href=http://www.jini.org/standards/index.html>Jini
      * Entry Specification</a>.
      * 
      * @return a copy of the {@link Entry} whose transition
@@ -118,7 +118,7 @@
      * transition triggered this event. Snapshots are defined in
      * section JS.2.6 of the <a
      * href=http://www.jini.org/standards/index.html>
-     * JavaSpaces(TM) Service Specification</a> and are an
+     * JavaSpaces Service Specification</a> and are an
      * alternative representation of a given <code>Entry</code>
      * produced by a particular space for use with that same
      * space. Passing a snapshot to a space is generally more

Modified: incubator/river/trunk/jtsk/src/net/jini/space/JavaSpace.java
URL: http://svn.apache.org/viewvc/incubator/river/trunk/jtsk/src/net/jini/space/JavaSpace.java?rev=585277&r1=585276&r2=585277&view=diff
==============================================================================
--- incubator/river/trunk/jtsk/src/net/jini/space/JavaSpace.java (original)
+++ incubator/river/trunk/jtsk/src/net/jini/space/JavaSpace.java Tue Oct 16 15:32:23 2007
@@ -27,7 +27,7 @@
 
 /**
  * This interface is implemented by servers that export a
- * JavaSpaces(TM) technology service.  The operations in this interface
+ * JavaSpaces technology service.  The operations in this interface
  * are the public methods that all such spaces support.
  *
  * @author Sun Microsystems, Inc.

Modified: incubator/river/trunk/jtsk/src/net/jini/space/JavaSpace05.java
URL: http://svn.apache.org/viewvc/incubator/river/trunk/jtsk/src/net/jini/space/JavaSpace05.java?rev=585277&r1=585276&r2=585277&view=diff
==============================================================================
--- incubator/river/trunk/jtsk/src/net/jini/space/JavaSpace05.java (original)
+++ incubator/river/trunk/jtsk/src/net/jini/space/JavaSpace05.java Tue Oct 16 15:32:23 2007
@@ -62,7 +62,7 @@
  * takes as one of its arguments a <code>Collection</code> of
  * <code>Entry</code> instances. The entries themselves must be
  * serialized in accordance with the <a
- * href=http://www.jini.org/standards/index.html>Jini(TM) Entry
+ * href=http://www.jini.org/standards/index.html>Jini Entry
  * Specification</a> and will not be altered by the
  * call. Typically, the <code>Collection</code> holding the entries
  * will not be serialized at all. If one of these entries can't be
@@ -73,9 +73,9 @@
  * Invocation remote interface semantics.
  *
  * @see <a href=http://www.jini.org/standards/index.html>
- *      JavaSpaces(TM) Service Specification</a>
+ *      JavaSpaces Service Specification</a>
  * @see <a href=http://www.jini.org/standards/index.html>
- *      Jini(TM) Entry Specification</a>
+ *      Jini Entry Specification</a>
  * @since 2.1
  */
 public interface JavaSpace05 extends JavaSpace {

Modified: incubator/river/trunk/jtsk/src/net/jini/space/MatchSet.java
URL: http://svn.apache.org/viewvc/incubator/river/trunk/jtsk/src/net/jini/space/MatchSet.java?rev=585277&r1=585276&r2=585277&view=diff
==============================================================================
--- incubator/river/trunk/jtsk/src/net/jini/space/MatchSet.java (original)
+++ incubator/river/trunk/jtsk/src/net/jini/space/MatchSet.java Tue Oct 16 15:32:23 2007
@@ -27,7 +27,7 @@
 
 /**
  * A collection of {@link Entry} instances to be incrementally
- * returned from a JavaSpaces(TM) service. Some operations on a
+ * returned from a JavaSpaces service. Some operations on a
  * space must return more entries than can be conveniently
  * returned by a single call, generally because returning all the
  * entries in one result would consume too many resources in the
@@ -116,7 +116,7 @@
      * returns a copy to the caller. Returns <code>null</code> if
      * the match set is empty. The returned <code>Entry</code>
      * must be unmarshalled in accordance with the <a 
-     * href=http://www.jini.org/standards/index.html>Jini(TM) Entry
+     * href=http://www.jini.org/standards/index.html>Jini Entry
      * Specification</a>.<p>
      *
      * A given invocation of this method may perform remote

Modified: incubator/river/trunk/jtsk/src/net/jini/space/package.html
URL: http://svn.apache.org/viewvc/incubator/river/trunk/jtsk/src/net/jini/space/package.html?rev=585277&r1=585276&r2=585277&view=diff
==============================================================================
--- incubator/river/trunk/jtsk/src/net/jini/space/package.html (original)
+++ incubator/river/trunk/jtsk/src/net/jini/space/package.html Tue Oct 16 15:32:23 2007
@@ -19,7 +19,7 @@
 <HTML>
 <BODY BGCOLOR="white">
 
-JavaSpaces(TM) servers provide a place on the network, a <em>space</em>,
+JavaSpaces servers provide a place on the network, a <em>space</em>,
 for clients to store and exchange objects. Sets of processes in a
 distributed system can coordinate their actions by flowing objects in and
 out of the space. Because these processes interact via the space they can
@@ -27,10 +27,10 @@
 interface allows objects, called {@linkplain net.jini.core.entry
 <em>entries</em>} to be copied into, removed from, and/or non-destructively
 copied out of the space - optionally using {@linkplain
-net.jini.core.transaction Jini(TM) technology-based transactions}. <p>
+net.jini.core.transaction Jini technology-based transactions}. <p>
 
 The basic <code>JavaSpace</code> interface is specified in the <a
-href=http://www.jini.org/standards/index.html> JavaSpaces(TM) Service
+href=http://www.jini.org/standards/index.html> JavaSpaces Service
 Specification</a>.<p>
 
 The {@link net.jini.space.JavaSpace05} interface extends the
@@ -43,11 +43,11 @@
 
 
 @see <a href=http://www.jini.org/standards/index.html>
-      JavaSpaces(TM) Service Specification</a>
+      JavaSpaces Service Specification</a>
 @see <a href=http://www.jini.org/standards/index.html>
-      Jini(TM) Transaction Specification</a>
+      Jini Transaction Specification</a>
 @see <a href=http://www.jini.org/standards/index.html>
-      Jini(TM) Entry Specification</a>
+      Jini Entry Specification</a>
 
 @since 1.0
 </BODY>

Modified: incubator/river/trunk/jtsk/src/net/jini/space/package.spec.html
URL: http://svn.apache.org/viewvc/incubator/river/trunk/jtsk/src/net/jini/space/package.spec.html?rev=585277&r1=585276&r2=585277&view=diff
==============================================================================
--- incubator/river/trunk/jtsk/src/net/jini/space/package.spec.html (original)
+++ incubator/river/trunk/jtsk/src/net/jini/space/package.spec.html Tue Oct 16 15:32:23 2007
@@ -33,7 +33,7 @@
 Implementations of the <code>JavaSpace</code> interface are not required to
 implement this interface.<p>
 
-@see <a href=http://www.jini.org/standards/index.html> JavaSpaces(TM)
+@see <a href=http://www.jini.org/standards/index.html> JavaSpaces
         Service Specification</a>
 
 @version 1.0