6816284: Notepad class should be public

Reviewed-by: pbansal
This commit is contained in:
Sergey Bylokhov 2020-11-02 12:26:15 +00:00
parent eb66418b32
commit ceab9f3248

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1997, 2020, Oracle and/or its affiliates. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions * modification, are permitted provided that the following conditions
@ -60,7 +60,7 @@ import javax.swing.UIManager.LookAndFeelInfo;
* @author Timothy Prinzing * @author Timothy Prinzing
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")
class Notepad extends JPanel { public class Notepad extends JPanel {
protected static Properties properties; protected static Properties properties;
private static ResourceBundle resources; private static ResourceBundle resources;