LeiRui commented on a change in pull request #34: fix sonar
URL: https://github.com/apache/incubator-iotdb/pull/34#discussion_r252198430
##########
File path:
tsfile/src/main/java/org/apache/iotdb/tsfile/encoding/common/EncodingConfig.java
##########
@@ -25,6 +21,10 @@
*/
public class EncodingConfig {
+ private EncodingConfig() {
+ throw new IllegalAccessError("Utility class");
Review comment:
sonar对utility类的要求
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services