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
This commit is contained in:
Philippe Mouawad 2015-10-21 21:32:51 +00:00
parent d189c3c0e9
commit fe5972e03f
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ public class SaveService {
private static String fileVersion = ""; // read from saveservice.properties file// $NON-NLS-1$
// Must match Revision id value in saveservice.properties,
// 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$