Merge pull request #37 from ramsrib/master

Changed the scope of the ISitemapUrl interface to public.
This commit is contained in:
Matthias Kurz
2018-07-04 16:15:24 +02:00
committed by GitHub
@@ -3,7 +3,7 @@ package com.redfin.sitemapgenerator;
import java.net.URL;
import java.util.Date;
interface ISitemapUrl {
public interface ISitemapUrl {
public abstract Date getLastMod();