8076520: Fix missing doclint warnings in javax.swing.{table, tree, undo, plaf.{metal, nimbus, synth}}

Reviewed-by: alexsch
This commit is contained in:
Joe Darcy 2015-04-03 10:41:34 -07:00
parent 9f1092391e
commit a9992adde7
19 changed files with 106 additions and 58 deletions

View file

@ -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>>();