7052708: Grammar error in EditorKit documentation

Reviewed-by: serb, pchelko
This commit is contained in:
Alexander Scherbatiy 2014-04-01 16:46:14 +04:00
parent a9d59730a6
commit 0d737e4067

View File

@ -39,9 +39,9 @@ import javax.swing.JEditorPane;
* A kit can safely store editing state as an instance * A kit can safely store editing state as an instance
* of the kit will be dedicated to a text component. * of the kit will be dedicated to a text component.
* New kits will normally be created by cloning a * New kits will normally be created by cloning a
* prototype kit. The kit will have it's * prototype kit. The kit will have its
* <code>setComponent</code> method called to establish * <code>setComponent</code> method called to establish
* it's relationship with a JTextComponent. * its relationship with a JTextComponent.
* *
* @author Timothy Prinzing * @author Timothy Prinzing
*/ */