Project

General

Profile

« Previous | Next » 

Revision 18820146

Added by Andreas Müller almost 6 years ago

minor

View differences:

eu.etaxonomy.taxeditor.cdmlib/src/main/java/eu/etaxonomy/taxeditor/remoting/source/CdmServerInfo.java
98 98
        this.port = parameterObject.getPort();
99 99
        this.prefix = parameterObject.getPrefix();
100 100
        this.ignoreCdmLibVersion = parameterObject.isIgnoreCdmLibVersion();
101
        instances = new ArrayList<CdmInstanceInfo>();
101
        instances = new ArrayList<>();
102 102
    }
103 103

  
104 104

  
eu.etaxonomy.taxeditor.help/html/gettingstarted/logging_in.html
4 4

  
5 5
<p><img src="../img/2_6a.jpg" alt="" /></p>
6 6

  
7
<p><strong>Tip!</strong> A CDM datasource will have a user named <b>admin</b> with password <b>'00000'</b>, so you can login immediately. The default password should the be changed.</p>
7
<p><strong>Tip!</strong> A CDM datasource will have a user named <b>admin</b> with password <b>'00000'</b>, so you can login immediately. The default password should be changed.</p>
8 8

  
9 9
 

Also available in: Unified diff