Mmuzaf commented on a change in pull request #8946:
URL: https://github.com/apache/ignite/pull/8946#discussion_r604242654
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/filename/PdsFolderSettings.java
##########
@@ -28,7 +28,7 @@
/**
* Class holds information required for folder generation for ignite
persistent store
*/
-public class PdsFolderSettings {
+public class PdsFolderSettings<FLH extends FileLockHolder> {
Review comment:
According to the [Type Parameter Naming
Conventions](https://docs.oracle.com/javase/tutorial/java/generics/types.html)
the `FLH` abbreviation is good to be a single upper-case letter only.
--
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]