Skip to content

Commit ceab9f3

Browse files
committed
6816284: Notepad class should be public
Reviewed-by: pbansal
1 parent eb66418 commit ceab9f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/demo/share/jfc/Notepad/Notepad.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 1997, 2020, Oracle and/or its affiliates. All rights reserved.
33
*
44
* Redistribution and use in source and binary forms, with or without
55
* modification, are permitted provided that the following conditions
@@ -60,7 +60,7 @@
6060
* @author Timothy Prinzing
6161
*/
6262
@SuppressWarnings("serial")
63-
class Notepad extends JPanel {
63+
public class Notepad extends JPanel {
6464

6565
protected static Properties properties;
6666
private static ResourceBundle resources;

0 commit comments

Comments
 (0)