|
@@ -64,7 +64,7 @@ import com.google.common.annotations.VisibleForTesting;
|
|
|
* to the root of the "this" file system .
|
|
|
*/
|
|
|
@InterfaceAudience.Public
|
|
|
-@InterfaceStability.Evolving /*Evolving for a release,to be changed to Stable */
|
|
|
+@InterfaceStability.Stable
|
|
|
public abstract class AbstractFileSystem {
|
|
|
static final Log LOG = LogFactory.getLog(AbstractFileSystem.class);
|
|
|
|