Skip to content

Commit 640d5ab

Browse files
committed
private ctor on util class
1 parent a2dc707 commit 640d5ab

File tree

1 file changed

+1
-0
lines changed
  • core/src/main/java/com/microsoft/applicationinsights/internal/heartbeat

1 file changed

+1
-0
lines changed

core/src/main/java/com/microsoft/applicationinsights/internal/heartbeat/MiscUtils.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* @author Dhaval Doshi
1212
*/
1313
public class MiscUtils {
14+
private MiscUtils(){}
1415

1516
/**
1617
* Returns a set which contains result of List - Set

0 commit comments

Comments
 (0)