XenoAmess commented on a change in pull request #104:
URL: https://github.com/apache/commons-compress/pull/104#discussion_r434015443
##########
File path:
src/main/java/org/apache/commons/compress/compressors/lzma/LZMAUtils.java
##########
@@ -146,7 +146,7 @@ public static String getCompressedFilename(final String
fileName) {
* <p>This defaults to {@code false} in an OSGi environment and {@code
true} otherwise.</p>
* @param doCache whether to cache the result
*/
- public static void setCacheLZMAAvailablity(final boolean doCache) {
Review comment:
> Even if its spelling is wrong, we cannot change the name of a public
method as it would break backwards compatibility.
done.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]