mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8076520: Fix missing doclint warnings in javax.swing.{table, tree, undo, plaf.{metal, nimbus, synth}}
Reviewed-by: alexsch
This commit is contained in:
parent
9f1092391e
commit
a9992adde7
19 changed files with 106 additions and 58 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1998, 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1998, 2015, 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
|
||||
|
@ -88,6 +88,9 @@ public class VariableHeightLayoutCache extends AbstractLayoutCache {
|
|||
private Stack<Stack<TreePath>> tempStacks;
|
||||
|
||||
|
||||
/**
|
||||
* Constructs a {@code VariableHeightLayoutCache}.
|
||||
*/
|
||||
public VariableHeightLayoutCache() {
|
||||
super();
|
||||
tempStacks = new Stack<Stack<TreePath>>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue