Skip to content

Commit e269dc0

Browse files
Mark Powerswangweij
authored andcommitted
8293681: ResponseAPDU getData() method javadoc
Reviewed-by: valeriep
1 parent 8c472e4 commit e269dc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/java.smartcardio/share/classes/javax/smartcardio/ResponseAPDU.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2005, 2022, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -87,7 +87,7 @@ public int getNr() {
8787
}
8888

8989
/**
90-
* Returns a copy of the data bytes in the response body. If this APDU as
90+
* Returns a copy of the data bytes in the response body. If this APDU has
9191
* no body, this method returns a byte array with a length of zero.
9292
*
9393
* @return a copy of the data bytes in the response body or the empty

0 commit comments

Comments
 (0)