You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by "Gus Heck (JIRA)" <ji...@apache.org> on 2014/07/06 17:26:33 UTC

[jira] [Created] (RIVER-440) User Documentation on web site doesn't compile

Gus Heck created RIVER-440:
------------------------------

             Summary: User Documentation on web site doesn't compile
                 Key: RIVER-440
                 URL: https://issues.apache.org/jira/browse/RIVER-440
             Project: River
          Issue Type: Bug
          Components: doc
    Affects Versions: River_2.2.2
            Reporter: Gus Heck


http://river.apache.org/user-guide-basic-river-services.html contains the following code:

{code}DiscoveryListenerManagement dlm = new LookupDiscovery(LookupDiscovery.ALL_GROUPS);{code}

But it should probably be 

{code}DiscoveryManagement dlm = new LookupDiscovery(LookupDiscovery.ALL_GROUPS);{code}





--
This message was sent by Atlassian JIRA
(v6.2#6252)