jdk/src/java.desktop/share/classes/javax/swing/text/html/FormView.java
changeset 44655 06871a50a4b5
parent 32865 f9cb6e427f9e
child 45648 87c997b74bb8
--- a/jdk/src/java.desktop/share/classes/javax/swing/text/html/FormView.java	Wed Mar 29 21:08:39 2017 +0400
+++ b/jdk/src/java.desktop/share/classes/javax/swing/text/html/FormView.java	Thu Mar 30 16:40:45 2017 +0300
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1998, 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1998, 2017, 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
@@ -209,7 +209,7 @@
      * Creates a component for an <INPUT> element based on the
      * value of the "type" attribute.
      *
-     * @param set of attributes associated with the <INPUT> element.
+     * @param attr set of attributes associated with the <INPUT> element.
      * @param model the value of the StyleConstants.ModelAttribute
      * @return the component.
      */
@@ -653,8 +653,6 @@
      * action.
      *
      * @param buffer        the buffer that contains that data to submit
-     * @param targetElement the element that triggered the
-     *                      form submission
      */
     private void getFormData(StringBuilder buffer) {
         Element formE = getFormElement();