Made code review.

This commit is contained in:
Christian P. MOMON 2024-08-23 06:48:31 +02:00
parent 4543221aee
commit 13731fdeab
4 changed files with 4 additions and 11 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2014,2017 Christian Pierre MOMON
* Copyright (C) 2013-2024 Christian Pierre MOMON <christian.momon@devinsy.fr>
*
* This file is part of Devinsy-rss.
*
@ -26,8 +26,6 @@ import fr.devinsy.strings.StringList;
/**
* The Class RSSCache.
*
* @author Christian Pierre MOMON (christian.momon@devinsy.fr)
*/
public class RSSCache
{

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2014,2017 Christian Pierre MOMON
* Copyright (C) 2013-2024 Christian Pierre MOMON
*
* This file is part of Devinsy-rss.
*
@ -29,8 +29,6 @@ import fr.devinsy.xml.XMLWriter;
/**
* The Class RSSWriter.
*
* @author Christian Pierre MOMON (christian.momon@devinsy.fr)
*/
public class RSSWriter
{

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2017 Christian Pierre MOMON
* Copyright (C) 2017-2024 Christian Pierre MOMON
*
* This file is part of Devinsy-rss.
*
@ -40,7 +40,6 @@ import fr.devinsy.xml.XMLTools;
*/
public class RSSDemo
{
/**
* The main method.
*

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2014,2017 Christian Pierre MOMON
* Copyright (C) 2014-2024 Christian Pierre MOMON
*
* This file is part of Devinsy-rss.
*
@ -24,8 +24,6 @@ import org.apache.log4j.Logger;
import org.junit.Before;
import org.junit.Test;
import fr.devinsy.rss.RSSCache;
/**
* The Class RSSCacheTest.
*