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 */ > >
