summaryrefslogtreecommitdiffstats
path: root/container-core
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-03-29 09:29:36 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2023-03-29 09:29:36 +0200
commit66a521195313c4bb7bb24616667be426c946327f (patch)
treed7856e91f237ea85452b14460e6d7805cf363196 /container-core
parentf40248518010e55335925d13aeb5539da441fa78 (diff)
Stay with from.
Diffstat (limited to 'container-core')
-rw-r--r--container-core/src/main/java/com/yahoo/processing/request/CompoundName.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/container-core/src/main/java/com/yahoo/processing/request/CompoundName.java b/container-core/src/main/java/com/yahoo/processing/request/CompoundName.java
index 844f6681bc8..620e46ee9cc 100644
--- a/container-core/src/main/java/com/yahoo/processing/request/CompoundName.java
+++ b/container-core/src/main/java/com/yahoo/processing/request/CompoundName.java
@@ -302,12 +302,7 @@ public final class CompoundName {
return b.length()==0 ? "" : b.substring(0, b.length()-1);
}
- /** @deprecated Use of() instead */
- @Deprecated
public static CompoundName from(String name) {
- return of(name);
- }
- public static CompoundName of(String name) {
CompoundName found = cache.get(name);
if (found != null) return found;