Skip to content

Commit

Permalink
8293681: ResponseAPDU getData() method javadoc
Browse files Browse the repository at this point in the history
Reviewed-by: valeriep
  • Loading branch information
Mark Powers authored and wangweij committed Nov 14, 2022
1 parent 8c472e4 commit e269dc0
Showing 1 changed file with 2 additions and 2 deletions.
@@ -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
Expand Down Expand Up @@ -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
Expand Down

1 comment on commit e269dc0

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.