Fix checkstyle
[mdsal.git] / trace / mdsal-trace-impl / src / main / java / org / opendaylight / mdsal / trace / impl / CloseTrackedRegistry.java
index 00d51294047d83d313c5b275da1ff08394d74317..caf64fb8692067c91f876d0d47af7020d13c393c 100644 (file)
@@ -50,8 +50,7 @@ class CloseTrackedRegistry<T extends CloseTracked<T>> {
      *            course) an expensive operation, and should only be used during
      *            troubleshooting
      */
-    public CloseTrackedRegistry(final Object anchor, final String createDescription,
-            final boolean isDebugContextEnabled) {
+    CloseTrackedRegistry(final Object anchor, final String createDescription, final boolean isDebugContextEnabled) {
         this.anchor = anchor;
         this.createDescription = createDescription;
         this.isDebugContextEnabled = isDebugContextEnabled;