Merge pull request #37 from ramsrib/master
Changed the scope of the ISitemapUrl interface to public.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user