From 4b9fde5f6a332930807ffb45740b713706a90880 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Fri, 12 Dec 2014 22:09:16 +0100 Subject: [PATCH] Fixed bad character maven was complaining about (bad encoding) --- .../com/redfin/sitemapgenerator/AbstractSitemapUrlOptions.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/redfin/sitemapgenerator/AbstractSitemapUrlOptions.java b/src/main/java/com/redfin/sitemapgenerator/AbstractSitemapUrlOptions.java index 15d2ab3..aef835a 100644 --- a/src/main/java/com/redfin/sitemapgenerator/AbstractSitemapUrlOptions.java +++ b/src/main/java/com/redfin/sitemapgenerator/AbstractSitemapUrlOptions.java @@ -72,7 +72,7 @@ abstract class AbstractSitemapUrlOptionsThe priority of this URL relative to other URLs on your site. Valid * values range from 0.0 to 1.0. This value does not affect how your - * pages are compared to pages on other sites—it only lets the search + * pages are compared to pages on other sites-it only lets the search * engines know which pages you deem most important for the crawlers.

* *

The default priority of a page is 0.5.