Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,6 @@ public class GridCacheSharedManagerAdapter<K, V> implements GridCacheSharedManag
log.debug(startInfo());
}

/**
* @return Logger.
*/
protected IgniteLogger log() {
return log;
}

/**
* @return Context.
*/
Expand Down Expand Up @@ -174,13 +167,6 @@ protected String stopInfo() {
return "Cache manager stopped.";
}

/**
* @return Start info.
*/
protected String kernalStartInfo() {
return "Cache manager received onKernalStart() callback.";
}

/**
* @return Stop info.
*/
Expand Down