Project

General

Profile

« Previous | Next » 

Revision 5819

Added by Jing Tao over 13 years ago

Fixed a syntax error.

View differences:

settings.jsp
51 51
  String authorizationPath = PropertyService.getProperty("workflowScheduler.authorizationPath");
52 52
  String authenticationPath = PropertyService.getProperty("workflowScheduler.authenticationPath");
53 53
  String queryPath = PropertyService.getProperty("workflowScheduler.queryPath");
54
  String authenticationServiceURL = CONTEXT_URL+authenticationPath
54
  String authenticationServiceURL = CONTEXT_URL+authenticationPath;
55 55
%>

Also available in: Unified diff