Skip to content

Commit 3b7b2fe

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 387f7ca + d8bd239 commit 3b7b2fe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/readme.creole

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ filter { String line -> output one line }
159159
// including usage of typeCasting.
160160
161161
// Create a new Map by loading a properties file:
162-
someMap = propFileLoader(load(file('mail.properties'), [:])
162+
someMap = propFileLoader.load(file('mail.properties'), [:])
163163
164164
// To use the ContentAsStringFilter, you don't need to 'apply' anything.
165165
import com.admc.gradle.ContentAsStringFilter
@@ -202,7 +202,7 @@ filter { String line -> output one line }
202202
// including usage of typeCasting.
203203
204204
// Create a new Map by loading a properties file:
205-
someMap = propFileLoader(load(file('mail.properties'), [:])
205+
someMap = propFileLoader.load(file('mail.properties'), [:])
206206
207207
// To use the ContentAsStringFilter, you don't need to 'apply' anything.
208208
import com.admc.gradle.ContentAsStringFilter

doc/readme.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ <h3 id="jcsect_PullPluginFromInternet"><span class="jcreole_hbody"> Pull plugin
448448
// including usage of typeCasting.
449449

450450
// Create a new Map by loading a properties file:
451-
someMap = propFileLoader(load(file('mail.properties'), [:])
451+
someMap = propFileLoader.load(file('mail.properties'), [:])
452452

453453
// To use the ContentAsStringFilter, you don't need to 'apply' anything.
454454
import com.admc.gradle.ContentAsStringFilter
@@ -490,7 +490,7 @@ <h3 id="jcsect_UsePluginJarFileLocally"><span class="jcreole_hbody"> Use plugin
490490
// including usage of typeCasting.
491491

492492
// Create a new Map by loading a properties file:
493-
someMap = propFileLoader(load(file('mail.properties'), [:])
493+
someMap = propFileLoader.load(file('mail.properties'), [:])
494494

495495
// To use the ContentAsStringFilter, you don't need to 'apply' anything.
496496
import com.admc.gradle.ContentAsStringFilter

0 commit comments

Comments
 (0)