File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
solr/test-framework/src/java/org/apache/solr Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -693,11 +693,12 @@ public static String getSolrConfigFile() {
693693 * <p>Will be set to null by {@link #deleteCore} and re-initialized as needed by {@link
694694 * #createCore}. In the event of a test failure, the contents will be left on disk.
695695 *
696+ * <p>Use initAndGetDataDir instead of directly accessing this variable
697+ *
696698 * @see #createTempDir(String)
697699 * @see #initAndGetDataDir()
698- * @deprecated use initAndGetDataDir instead of directly accessing this variable
699700 */
700- @ Deprecated protected static volatile Path initCoreDataDir ;
701+ private static volatile Path initCoreDataDir ;
701702
702703 /**
703704 * Initializes things your test might need
You can’t perform that action at this time.
0 commit comments