--- old/src/jdk.rmic/share/classes/sun/tools/java/BinaryAttribute.java 2019-08-15 14:44:17.000000000 +0200 +++ new/src/jdk.rmic/share/classes/sun/tools/java/BinaryAttribute.java 2019-08-15 14:44:16.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1994, 2003, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1994, 2019, 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 @@ -105,7 +105,7 @@ public Identifier getName() { return name; } - public byte getData()[] { return data; } + public byte[] getData() { return data; } public BinaryAttribute getNextAttribute() { return next; }