--- old/src/demo/share/jfc/J2Ddemo/java2d/demos/Paths/FillStroke.java 2018-10-03 16:39:14.449008000 +0700 +++ new/src/demo/share/jfc/J2Ddemo/java2d/demos/Paths/FillStroke.java 2018-10-03 16:39:13.937008000 +0700 @@ -1,6 +1,6 @@ /* * - * Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2007, 2018, 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 @@ -69,7 +69,7 @@ tl.draw(g2, (float) (w / 2 - tl.getBounds().getWidth() / 2), h * .85f); } - public static void main(String s[]) { + public static void main(String[] s) { createDemoFrame(new FillStroke()); } }