Skip to content

Commit

Permalink
Merge pull request #2197 from kofemann/issue-2196
Browse files Browse the repository at this point in the history
src: remove unintended deprecation annotation
  • Loading branch information
arjantijms authored Nov 15, 2023
2 parents 24faaf6 + fe874fc commit 1fa8bc4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2008, 2020 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2008, 2023 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -73,7 +73,6 @@ public interface AttributeBuilder {
*
* @return Attribute<T>
*/
@Deprecated
<T> Attribute<T> createAttribute(String name, Supplier<T> initializer);

/**
Expand Down

0 comments on commit 1fa8bc4

Please sign in to comment.