Skip to content

Commit

Permalink
8332015: since-checker - Add @ since tags to jdk.httpserver
Browse files Browse the repository at this point in the history
Reviewed-by: alanb, dfuchs, michaelm
  • Loading branch information
nizarbenalla authored and Michael-Mc-Mahon committed Jun 4, 2024
1 parent 0f4154a commit 9ee741d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ public BasicAuthenticator(String realm) {
* correctly quoted, as specified in <a href="https://tools.ietf.org/html/rfc7230#section-3.2">
* RFC 7230 section-3.2</a>. Note, any {@code \} character used for
* quoting must itself be quoted in source code.
*
* @since 14
*/
public BasicAuthenticator(String realm, Charset charset) {
Objects.requireNonNull(charset);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2005, 2013, 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 All @@ -26,5 +26,6 @@
/**
* Provides a pluggable service provider interface, which allows the HTTP server
* implementation to be replaced with other implementations.
* @since 1.6
*/
package com.sun.net.httpserver.spi;

1 comment on commit 9ee741d

@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.