From e269dc03ad05e5734e08ca44d05e2eff4bdbc5fc Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Mon, 14 Nov 2022 17:37:42 +0000 Subject: [PATCH] 8293681: ResponseAPDU getData() method javadoc Reviewed-by: valeriep --- .../share/classes/javax/smartcardio/ResponseAPDU.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/java.smartcardio/share/classes/javax/smartcardio/ResponseAPDU.java b/src/java.smartcardio/share/classes/javax/smartcardio/ResponseAPDU.java index e9850da1fc39a..4c2a3091cf473 100644 --- a/src/java.smartcardio/share/classes/javax/smartcardio/ResponseAPDU.java +++ b/src/java.smartcardio/share/classes/javax/smartcardio/ResponseAPDU.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2005, 2022, 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 @@ -87,7 +87,7 @@ public int getNr() { } /** - * Returns a copy of the data bytes in the response body. If this APDU as + * Returns a copy of the data bytes in the response body. If this APDU has * no body, this method returns a byte array with a length of zero. * * @return a copy of the data bytes in the response body or the empty