Changed the scope of the ISitemapUrl interface to public.

This commit is contained in:
ramsrib 2017-08-13 14:21:03 -07:00
parent deb1862436
commit 51a24c917a
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();