Skip to content

Commit

Permalink
Let's not add DurationLogger to the public API
Browse files Browse the repository at this point in the history
The org.neo4j.helpers package has enough random stuff in it as it stands.
  • Loading branch information
chrisvest committed Jan 22, 2015
1 parent 0fd3009 commit 9558506
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Expand Up @@ -19,7 +19,7 @@
*/
package org.neo4j.kernel.impl.api.index.sampling;

import org.neo4j.helpers.logging.DurationLogger;
import org.neo4j.kernel.impl.util.DurationLogger;
import org.neo4j.kernel.api.exceptions.index.IndexNotFoundKernelException;
import org.neo4j.kernel.api.index.IndexDescriptor;
import org.neo4j.kernel.api.index.IndexReader;
Expand Down
Expand Up @@ -17,9 +17,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.neo4j.helpers.logging;

import org.neo4j.kernel.impl.util.StringLogger;
package org.neo4j.kernel.impl.util;

import static java.lang.String.format;

Expand Down

0 comments on commit 9558506

Please sign in to comment.