File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- pushd " d :\git\itol\itol"
2- set CP = d :\git\itol\itol\bin
3- set CP = %CP% ;d :\git\itol\itol-db\bin
1+ pushd " D :\git\itol\itol"
2+ set CP = D :\git\itol\itol\bin
3+ set CP = %CP% ;D :\git\itol\itol-db\bin
44set CP = %CP% ;D:\git\joa\java\joa\bin
5- " D :\Program Files (x86) \Java\jdk1 .8.0_60\jre \bin\java.exe" -classpath " %CP% " com.wilutions.itol.IssueApplication
5+ " C :\Program Files\Java\jre1 .8.0_65 \bin\java.exe" -classpath " %CP% " com.wilutions.itol.IssueApplication
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ public static void setConfig(List<Property> configProps) throws IOException {
203203 writeData ();
204204 readData ();
205205 issueService = new IssueServiceFactory_JS ().getService (appDir , config .serviceFactoryParams );
206- issueService .setConfig (configProps );
206+ issueService .setConfig (config . configProps );
207207 issueService .initialize ();
208208 issueServiceRunning = true ;
209209 }
You can’t perform that action at this time.
0 commit comments