From 965d45e3a3e3d45e9bfa54ace9d3389b35c11c3d Mon Sep 17 00:00:00 2001 From: Jeanne-Kamikaze Date: Wed, 6 May 2020 07:59:53 +0000 Subject: [PATCH] Fix doc. (#8905) "By either a String *or a Path*" Signed-off-by: Marc Sunet --- .../main/java/org/datavec/api/conf/Configuration.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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; *

Resources

* *

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: