mirror of https://github.com/apache/jmeter.git
Bug 58515 - New JSON related components : JSON-PATH Extractor and JSON-PATH Renderer in View Results Tree
Update SaveService svn revision id
Bugzilla Id: 58515
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1709924 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: fe5972e03f
This commit is contained in:
parent
07ec91a456
commit
dc5200eb0b
|
|
@ -183,7 +183,7 @@ public class SaveService {
|
||||||
private static String fileVersion = ""; // read from saveservice.properties file// $NON-NLS-1$
|
private static String fileVersion = ""; // read from saveservice.properties file// $NON-NLS-1$
|
||||||
// Must match Revision id value in saveservice.properties,
|
// Must match Revision id value in saveservice.properties,
|
||||||
// used to ensure saveservice.properties and SaveService are updated simultaneously
|
// used to ensure saveservice.properties and SaveService are updated simultaneously
|
||||||
static final String FILEVERSION = "1700113"; // Expected value $NON-NLS-1$
|
static final String FILEVERSION = "1709921"; // Expected value $NON-NLS-1$
|
||||||
|
|
||||||
private static String fileEncoding = ""; // read from properties file// $NON-NLS-1$
|
private static String fileEncoding = ""; // read from properties file// $NON-NLS-1$
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue