feat(sitemap): allow multi sitemap
4 unresolved threads
4 unresolved threads
Merge request reports
Activity
mentioned in merge request aou/aou-backend!837 (merged)
assigned to @Hugues.Cazeaux
1 /*- 2 * %%---------------------------------------------------------------------------------------------- 3 * Archive ouverte UNIGE - AoU Access - SitemapController.java changed this line in version 3 of the diff
13 * This program is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 * GNU General Public License for more details. 17 * 18 * You should have received a copy of the GNU General Public 19 * License along with this program. If not, see 20 * <http://www.gnu.org/licenses/gpl-2.0.html>. 21 * ----------------------------------------------------------------------------------------------%% 22 */ 23 24 package ch.unige.solidify.service.sitemap; 25 26 import java.util.List; 27 28 public interface ISitemap { changed this line in version 3 of the diff
55 57 56 58 private final int pageSize; 57 59 58 private final String sitemapLocation; changed this line in version 3 of the diff
Please register or sign in to reply