Skip to content

Commit

Permalink
6816284: Notepad class should be public
Browse files Browse the repository at this point in the history
Reviewed-by: pbansal
  • Loading branch information
mrserb committed Nov 2, 2020
1 parent eb66418 commit ceab9f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/demo/share/jfc/Notepad/Notepad.java
@@ -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
* modification, are permitted provided that the following conditions
Expand Down Expand Up @@ -60,7 +60,7 @@
* @author Timothy Prinzing
*/
@SuppressWarnings("serial")
class Notepad extends JPanel {
public class Notepad extends JPanel {

protected static Properties properties;
private static ResourceBundle resources;
Expand Down

1 comment on commit ceab9f3

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.