mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8242366: Fix JavaDoc warnings
Reviewed-by: dfuchs, mullan, prappo, weijun
This commit is contained in:
parent
941bb3bcb8
commit
cc05419e1a
23 changed files with 44 additions and 56 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2000, 2020, 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
|
||||
|
@ -69,7 +69,7 @@ public abstract class Builder {
|
|||
/**
|
||||
* Initialize the builder with the input parameters.
|
||||
*
|
||||
* @param params the parameter set used to build a certification path
|
||||
* @param buildParams the parameter set used to build a certification path
|
||||
*/
|
||||
Builder(BuilderParams buildParams) {
|
||||
this.buildParams = buildParams;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue