diff --git a/datavec/datavec-api/src/main/java/org/datavec/api/conf/Configuration.java b/datavec/datavec-api/src/main/java/org/datavec/api/conf/Configuration.java index db736c11f..9ea2f5ad3 100644 --- a/datavec/datavec-api/src/main/java/org/datavec/api/conf/Configuration.java +++ b/datavec/datavec-api/src/main/java/org/datavec/api/conf/Configuration.java @@ -50,11 +50,11 @@ import java.util.regex.PatternSyntaxException; *
Configurations are specified by resources. A resource contains a set of
- * name/value pairs as XML data. Each resource is named by either a
- * String
. If named by a String
,
- * then the classpath is examined for a file with that name. If named by a
- * Path
, then the local filesystem is examined directly, without
- * referring to the classpath.
+ * name/value pairs as XML data. Each resource is named by either a
+ * String
or a Path
. If named by a
+ * String
, then the classpath is examined for a file with that
+ * name. If named by a Path
, then the local filesystem is
+ * examined directly, without referring to the classpath.
*
*
Unless explicitly turned off, Hadoop by default specifies two * resources, loaded in-order from the classpath: