Changed the scope of the ISitemapUrl interface to public.
This commit is contained in:
parent
deb1862436
commit
51a24c917a
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue