@@ -202,7 +202,7 @@ private String toUrl(String baseUrl, String name) throws MalformedURLException {
202
202
}
203
203
204
204
/**
205
- * Sets default prefix dir to name for all following WebPages. Final name will be "dirName/name"
205
+ * Sets default prefix dir to name for all subsequent WebPages. Final name will be "dirName/name"
206
206
* @param dirName Dir name
207
207
* @return this
208
208
*/
@@ -212,7 +212,7 @@ public SitemapGenerator defaultDir(String dirName) {
212
212
}
213
213
214
214
/**
215
- * Sets default prefix dirs to name for all following WebPages. For dirs: ["a", "b", "c"], the final name will be "a/b/c/name"
215
+ * Sets default prefix dirs to name for all subsequent WebPages. For dirs: ["a", "b", "c"], the final name will be "a/b/c/name"
216
216
* @param dirNames Dir names
217
217
* @return this
218
218
*/
@@ -231,7 +231,7 @@ public SitemapGenerator resetDefaultDir() {
231
231
}
232
232
233
233
/**
234
- * Sets default suffix extension for all following WebPages. Final name will be "name.extension"
234
+ * Sets default suffix extension for all subsequent WebPages. Final name will be "name.extension"
235
235
* @param extension Extension
236
236
* @return this
237
237
*/
@@ -250,7 +250,7 @@ public SitemapGenerator resetDefaultExtension() {
250
250
}
251
251
252
252
/**
253
- * Sets default priority for all following WebPages to maximum (1.0)
253
+ * Sets default priority for all subsequent WebPages to maximum (1.0)
254
254
*
255
255
* @return this
256
256
*/
@@ -260,7 +260,7 @@ public SitemapGenerator defaultPriorityMax() {
260
260
}
261
261
262
262
/**
263
- * Sets default priority for all following WebPages
263
+ * Sets default priority for all subsequent WebPages
264
264
* @param priority Default priority
265
265
* @return this
266
266
*/
@@ -282,7 +282,7 @@ public SitemapGenerator resetDefaultPriority() {
282
282
}
283
283
284
284
/**
285
- * Sets default changeFreq for all following WebPages
285
+ * Sets default changeFreq for all subsequent WebPages
286
286
*
287
287
* @param changeFreq ChangeFreq
288
288
* @return this
@@ -293,7 +293,7 @@ public SitemapGenerator defaultChangeFreq(ChangeFreq changeFreq) {
293
293
}
294
294
295
295
/**
296
- * Sets default changeFreq to ALWAYS for all following WebPages
296
+ * Sets default changeFreq to ALWAYS for all subsequent WebPages
297
297
*
298
298
* @return this
299
299
*/
@@ -303,7 +303,7 @@ public SitemapGenerator defaultChangeFreqAlways() {
303
303
}
304
304
305
305
/**
306
- * Sets default changeFreq to HOURLY for all following WebPages
306
+ * Sets default changeFreq to HOURLY for all subsequent WebPages
307
307
*
308
308
* @return this
309
309
*/
@@ -313,7 +313,7 @@ public SitemapGenerator defaultChangeFreqHourly() {
313
313
}
314
314
315
315
/**
316
- * Sets default changeFreq to DAILY for all following WebPages
316
+ * Sets default changeFreq to DAILY for all subsequent WebPages
317
317
*
318
318
* @return this
319
319
*/
@@ -323,7 +323,7 @@ public SitemapGenerator defaultChangeFreqDaily() {
323
323
}
324
324
325
325
/**
326
- * Sets default changeFreq to WEEKLY for all following WebPages
326
+ * Sets default changeFreq to WEEKLY for all subsequent WebPages
327
327
*
328
328
* @return this
329
329
*/
@@ -333,7 +333,7 @@ public SitemapGenerator defaultChangeFreqWeekly() {
333
333
}
334
334
335
335
/**
336
- * Sets default changeFreq to MONTHLY for all following WebPages
336
+ * Sets default changeFreq to MONTHLY for all subsequent WebPages
337
337
*
338
338
* @return this
339
339
*/
@@ -343,7 +343,7 @@ public SitemapGenerator defaultChangeFreqMonthly() {
343
343
}
344
344
345
345
/**
346
- * Sets default changeFreq to YEARLY for all following WebPages
346
+ * Sets default changeFreq to YEARLY for all subsequent WebPages
347
347
*
348
348
* @return this
349
349
*/
@@ -353,7 +353,7 @@ public SitemapGenerator defaultChangeFreqYearly() {
353
353
}
354
354
355
355
/**
356
- * Sets default changeFreq to NEVER for all following WebPages
356
+ * Sets default changeFreq to NEVER for all subsequent WebPages
357
357
*
358
358
* @return this
359
359
*/
0 commit comments