[java-support] branch maint-8 updated: Deprecate apparently unused class.

Scott Cantor cantor.2 at osu.edu
Mon Sep 26 17:15:18 UTC 2022


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch maint-8
in repository java-support.

View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=88d368ebc4b036d353be6c19b2cf9169a1563354

The following commit(s) were added to refs/heads/maint-8 by this push:
     new 88d368e  Deprecate apparently unused class.
88d368e is described below

commit 88d368ebc4b036d353be6c19b2cf9169a1563354
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Sep 26 13:15:15 2022 -0400

    Deprecate apparently unused class.
---
 .../utilities/java/support/primitive/LazilyFormattedString.java        | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/main/java/net/shibboleth/utilities/java/support/primitive/LazilyFormattedString.java b/src/main/java/net/shibboleth/utilities/java/support/primitive/LazilyFormattedString.java
index 7822fe3..58db4a7 100644
--- a/src/main/java/net/shibboleth/utilities/java/support/primitive/LazilyFormattedString.java
+++ b/src/main/java/net/shibboleth/utilities/java/support/primitive/LazilyFormattedString.java
@@ -26,7 +26,10 @@ import net.shibboleth.utilities.java.support.logic.Constraint;
  * An object that represents a string containing a {@link java.util.Formatter} string and a set of values. When
  * {@link #toString()} is called the format string is filled in with the given values. This allows for lazy evaluation
  * of the value objects formatting function which may be expensive.
+ * 
+ * @deprecated
  */
+ at Deprecated(since="8.3.0", forRemoval=true)
 public class LazilyFormattedString {
 
     /** The template that is filled in with the values. */

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list