File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
SequenceAnalysis/src/org/labkey/sequenceanalysis/run/preprocessing
omerointegration/src/org/labkey/omerointegration Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11package org .labkey .sequenceanalysis .run .preprocessing ;
22
33import org .apache .commons .io .FileUtils ;
4- import org .apache .log4j .Logger ;
4+ import org .apache .logging . log4j .Logger ;
55import org .jetbrains .annotations .Nullable ;
66import org .json .JSONObject ;
77import org .labkey .api .pipeline .PipelineJobException ;
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ private String getProperty(String name)
135135 private ExperimenterData connect (Gateway gateway , URL url ) throws Exception
136136 {
137137 LoginCredentials cred = new LoginCredentials ();
138- cred .getServer ().setHostname (url .getHost ());
138+ cred .getServer ().setHost (url .getHost ());
139139 if (url .getPort () > 0 ) {
140140 cred .getServer ().setPort (url .getPort ());
141141 }
You can’t perform that action at this time.
0 commit comments