--- old/src/java.desktop/share/classes/javax/swing/text/DefaultFormatterFactory.java 2015-04-14 15:34:36.495836879 -0700 +++ new/src/java.desktop/share/classes/javax/swing/text/DefaultFormatterFactory.java 2015-04-14 15:34:36.347836876 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, 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 @@ -97,6 +97,9 @@ private JFormattedTextField.AbstractFormatter nullFormat; + /** + * Constructs a {@code DefaultFormatterFactory}. + */ public DefaultFormatterFactory() { }