Corrected minor typo in 01_Concept_of_the_extractor.md (#47)
Replaced someDataFiled with someDataField
This commit is contained in:
parent
3929a28473
commit
18b5e0c6a5
|
@ -44,7 +44,7 @@ class MyExtractor extends FutureExtractor {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String someDataFiled()
|
public String someDataField()
|
||||||
throws ExtractionException { //The exception needs to be thrown if something failed
|
throws ExtractionException { //The exception needs to be thrown if something failed
|
||||||
// get piece of information and return it
|
// get piece of information and return it
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue