Fix timestamp and comments.

The timestamp is showing up in the generated Javadoc, so we might as well make it match the current year.

RELNOTES=n/a
PiperOrigin-RevId: 548706743
This commit is contained in:
cpovirk 2023-07-17 08:59:18 -07:00 committed by Google Java Core Libraries
parent a9c2970e1c
commit 7645ffc661
5 changed files with 8 additions and 8 deletions

View File

@ -4,7 +4,7 @@
[![Build Status](https://github.com/google/guava/workflows/CI/badge.svg?branch=master)](https://github.com/google/guava/actions)
[![OpenSSF Best Practices](https://bestpractices.coreinfrastructure.org/projects/7197/badge)](https://bestpractices.coreinfrastructure.org/projects/7197)
<!-- LINT.IfChange -->
Guava is a set of core Java libraries from Google that includes new collection
types (such as multimap and multiset), immutable collections, a graph library,
@ -12,7 +12,7 @@ and utilities for concurrency, I/O, hashing, primitives, strings, and more! It
is widely used on most Java projects within Google, and widely used by many
other companies as well.
<!-- LINT.ThenChange(overview.html) -->
Guava comes in two flavors:

View File

@ -20,7 +20,7 @@
<!-- Empty for all JDKs but 9-12 -->
<maven-javadoc-plugin.additionalJOptions></maven-javadoc-plugin.additionalJOptions>
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
<project.build.outputTimestamp>1980-02-01T00:00:00Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-02-01T00:00:00Z</project.build.outputTimestamp>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<test.add.opens></test.add.opens>
<module.status>integration</module.status>

View File

@ -27,7 +27,7 @@ import java.util.logging.Logger;
/**
* Dispatches events to listeners, and provides ways for listeners to register themselves.
* <!-- LINT.IfChange(avoid) -->
*
* <h2>Avoid EventBus</h2>
*
@ -83,7 +83,7 @@ import java.util.logging.Logger;
* to <a href="https://github.com/google/guava/issues/3311">more verbose</a>.
* </ul>
*
* <!-- LINT.ThenChange(README.md:avoid) -->
*
* <h2>EventBus Summary</h2>
*

View File

@ -1,11 +1,11 @@
<body>
<!-- LINT.IfChange -->
Guava is a set of core Java libraries from Google that includes new collection
types (such as multimap and multiset), immutable collections, a graph library,
and utilities for concurrency, I/O, hashing, primitives, strings, and more! It
is widely used on most Java projects within Google, and widely used by many
other companies as well.
<!-- LINT.ThenChange(README.md) -->
<p>For more information, see <a href="https://guava.dev/">guava.dev</a>.
</body>

View File

@ -20,7 +20,7 @@
<!-- Empty for all JDKs but 9-12 -->
<maven-javadoc-plugin.additionalJOptions></maven-javadoc-plugin.additionalJOptions>
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
<project.build.outputTimestamp>1980-02-01T00:00:00Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-02-01T00:00:00Z</project.build.outputTimestamp>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<test.add.opens></test.add.opens>
<module.status>integration</module.status>