Skip to content

Commit

Permalink
8332100: Add missing @since to KeyValue::EC_TYPE in java.xml.crypto
Browse files Browse the repository at this point in the history
Reviewed-by: mullan
  • Loading branch information
nizarbenalla authored and seanjmullan committed May 13, 2024
1 parent 1484153 commit abf54bb
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2005, 2019, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2005, 2024, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -152,6 +152,8 @@ public interface KeyValue extends XMLStructure {
* the value of the <code>type</code> parameter of the
* {@link RetrievalMethod} class to describe a remote
* <code>ECKeyValue</code> structure.
*
* @since 13
*/
static final String EC_TYPE =
"http://www.w3.org/2009/xmldsig11#ECKeyValue";
Expand Down

1 comment on commit abf54bb

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.