You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by si...@apache.org on 2012/10/04 12:29:25 UTC

svn commit: r1393979 - /river/jtsk/trunk/src/com/sun/jini/reggie/RegistrarImpl.java

Author: sijskes
Date: Thu Oct  4 10:29:25 2012
New Revision: 1393979

URL: http://svn.apache.org/viewvc?rev=1393979&view=rev
Log:
RIVER-411

Modified:
    river/jtsk/trunk/src/com/sun/jini/reggie/RegistrarImpl.java

Modified: river/jtsk/trunk/src/com/sun/jini/reggie/RegistrarImpl.java
URL: http://svn.apache.org/viewvc/river/jtsk/trunk/src/com/sun/jini/reggie/RegistrarImpl.java?rev=1393979&r1=1393978&r2=1393979&view=diff
==============================================================================
--- river/jtsk/trunk/src/com/sun/jini/reggie/RegistrarImpl.java (original)
+++ river/jtsk/trunk/src/com/sun/jini/reggie/RegistrarImpl.java Thu Oct  4 10:29:25 2012
@@ -166,6 +166,9 @@ class RegistrarImpl implements Registrar
 	new ServiceInfo(
 	    "Lookup", "Sun Microsystems, Inc.", "Sun Microsystems, Inc.",
 	    VersionConstants.SERVER_VERSION, "", ""),
+	new ServiceInfo(
+	    "Lookup", "Apache River", "Apache foundation",
+	    VersionConstants.SERVER_VERSION, "", ""),
 	new BasicServiceType("Lookup")
     };
     /** Empty attribute set */



Re: svn commit: r1393979 - /river/jtsk/trunk/src/com/sun/jini/reggie/RegistrarImpl.java

Posted by Simon IJskes - QCG <si...@qcg.nl>.
On 04-10-12 14:09, Peter wrote:
> Well spotted.

:)



-- 
QCG, Software voor het MKB, 071-5890970, http://www.qcg.nl
Quality Consultancy Group b.v., Leiderdorp, Kvk Den Haag: 28088397

Re: svn commit: r1393979 - /river/jtsk/trunk/src/com/sun/jini/reggie/RegistrarImpl.java

Posted by Peter <ji...@zeus.net.au>.
Well spotted.

Cheers,

Peter.
----- Original message -----
> Author: sijskes
> Date: Thu Oct  4 10:29:25 2012
> New Revision: 1393979
>
> URL: http://svn.apache.org/viewvc?rev=1393979&view=rev
> Log:
> RIVER-411
>
> Modified:
>        river/jtsk/trunk/src/com/sun/jini/reggie/RegistrarImpl.java
>
> Modified: river/jtsk/trunk/src/com/sun/jini/reggie/RegistrarImpl.java
> URL:
> http://svn.apache.org/viewvc/river/jtsk/trunk/src/com/sun/jini/reggie/RegistrarImpl.java?rev=1393979&r1=1393978&r2=1393979&view=diff
> ==============================================================================
> --- river/jtsk/trunk/src/com/sun/jini/reggie/RegistrarImpl.java (original) +++
> river/jtsk/trunk/src/com/sun/jini/reggie/RegistrarImpl.java Thu Oct  4 10:29:25
> 2012 @@ -166,6 +166,9 @@ class RegistrarImpl implements Registrar      new
> ServiceInfo(            "Lookup", "Sun Microsystems, Inc.", "Sun Microsystems, Inc.",
>            VersionConstants.SERVER_VERSION, "", ""),
> +    new ServiceInfo(
> +          "Lookup", "Apache River", "Apache foundation",
> +          VersionConstants.SERVER_VERSION, "", ""),
>      new BasicServiceType("Lookup")
>          };
>          /** Empty attribute set */
>
>