diff -r 80fad5f39a42 -r 699b8ef42f30 src/jdk.rmic/share/classes/sun/tools/java/BinaryAttribute.java --- a/src/jdk.rmic/share/classes/sun/tools/java/BinaryAttribute.java Tue Jul 02 12:28:41 2019 +0200 +++ b/src/jdk.rmic/share/classes/sun/tools/java/BinaryAttribute.java Tue Aug 20 15:54:46 2019 +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; }