Skip to content

Commit

Permalink
Bug 58515 - New JSON related components : JSON-PATH Extractor and JSO…
Browse files Browse the repository at this point in the history
…N-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
  • Loading branch information
pmouawad committed Oct 21, 2015
1 parent d189c3c commit fe5972e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/org/apache/jmeter/save/SaveService.java
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ private static boolean validateFormat(String format){
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$

Expand Down

0 comments on commit fe5972e

Please sign in to comment.