Skip to content

Commit

Permalink
Move KernelDiagnostics to internal pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidegrohmann committed Feb 25, 2016
1 parent 039311e commit 5cc9078
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
Expand Up @@ -20,7 +20,7 @@
package org.neo4j.kernel.impl.factory;

import org.neo4j.graphdb.DependencyResolver;
import org.neo4j.kernel.KernelDiagnostics;
import org.neo4j.kernel.internal.KernelDiagnostics;
import org.neo4j.kernel.NeoStoreDataSource;
import org.neo4j.kernel.configuration.Config;
import org.neo4j.kernel.impl.api.CommitProcessFactory;
Expand Down
Expand Up @@ -17,7 +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.kernel;
package org.neo4j.kernel.internal;

import java.io.File;
import java.text.SimpleDateFormat;
Expand All @@ -33,13 +33,8 @@
import org.neo4j.kernel.impl.store.StoreId;
import org.neo4j.kernel.info.DiagnosticsPhase;
import org.neo4j.kernel.info.DiagnosticsProvider;
import org.neo4j.kernel.internal.Version;
import org.neo4j.logging.Logger;

/**
* @deprecated This will be moved to internal packages in the next major release.
*/
@Deprecated
public abstract class KernelDiagnostics implements DiagnosticsProvider
{
public static class Versions extends KernelDiagnostics
Expand Down

0 comments on commit 5cc9078

Please sign in to comment.