stokpop commented on a change in pull request #696:
URL: https://github.com/apache/jmeter/pull/696#discussion_r792976364
##########
File path: src/core/src/main/java/org/apache/jmeter/gui/action/Save.java
##########
@@ -92,7 +92,7 @@
private static final int BACKUP_MAX_COUNT =
JMeterUtils.getPropDefault(JMX_BACKUP_MAX_COUNT, 10);
// NumberFormat to format version number in backup file names
- private static final DecimalFormat BACKUP_VERSION_FORMATER = new
DecimalFormat("000000"); //$NON-NLS-1$
+ private static final DecimalFormat BACKUP_VERSION_FORMAT = new
DecimalFormat("000000"); //$NON-NLS-1$
Review comment:
true, typo unrelated to PR, removed it
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]