aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcpovirk <cpovirk@google.com>2023-07-17 08:59:18 -0700
committerGoogle Java Core Libraries <java-core-libraries-team+copybara@google.com>2023-07-17 09:01:41 -0700
commit7645ffc6611eb24563268e1732eb936e274b936b (patch)
tree0568e4bf0c973a6dffb735dc9b853f5048f5b34d
parenta9c2970e1cdff1e71a27a75866b083f3ae60d6f2 (diff)
downloadguava-7645ffc6611eb24563268e1732eb936e274b936b.tar.gz
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
-rw-r--r--README.md4
-rw-r--r--android/pom.xml2
-rw-r--r--guava/src/com/google/common/eventbus/EventBus.java4
-rw-r--r--overview.html4
-rw-r--r--pom.xml2
5 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 97190cce6..8ee8e27c4 100644
--- a/README.md
+++ b/README.md
@@ -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:
diff --git a/android/pom.xml b/android/pom.xml
index fa1928224..b9e4cbe09 100644
--- a/android/pom.xml
+++ b/android/pom.xml
@@ -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>
diff --git a/guava/src/com/google/common/eventbus/EventBus.java b/guava/src/com/google/common/eventbus/EventBus.java
index f739fa7d1..a087b3799 100644
--- a/guava/src/com/google/common/eventbus/EventBus.java
+++ b/guava/src/com/google/common/eventbus/EventBus.java
@@ -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>
*
diff --git a/overview.html b/overview.html
index b9cb1a9e4..794a5daf5 100644
--- a/overview.html
+++ b/overview.html
@@ -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>
diff --git a/pom.xml b/pom.xml
index feb9ca824..3b63419f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>