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
commit d52043d184
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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();