Skip to content

Commit

Permalink
Remove the Date from JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mercyblitz committed Jan 12, 2025
1 parent e9a1d5a commit e671de3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* @see CacheMXBean
* @see CompleteConfiguration
* @since 1.0.0
* Date : 2021-04-13
*
*/
class CacheMXBeanAdapter implements CacheMXBean {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*
* @author <a href="mailto:[email protected]">Mercy</a>
* @since 1.0.0
* Date : 2021-04-13
*
*/
public interface CacheStatistics extends CacheStatisticsMXBean {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*
* @author <a href="mailto:[email protected]">Mercy</a>
* @since 1.0.0
* Date : 2021-04-13
*
*/
public class DummyCacheStatistics implements CacheStatistics {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
*
* @author <a href="mailto:[email protected]">Mercy</a>
* @since 1.0.0
* Date : 2021-04-13
*
*/
public abstract class ManagementUtils {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*
* @author <a href="mailto:[email protected]">Mercy</a>
* @since 1.0.0
* Date : 2021-04-13
*
*/
public class SimpleCacheStatistics implements CacheStatisticsMXBean, CacheStatistics {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
* @author <a href="mailto:[email protected]">Mercy</a>
* @see Cache
* @since 1.0.0
* Date : 2021-04-12
*
*/
public class AbstractCacheTest {

Expand Down

0 comments on commit e671de3

Please sign in to comment.