Skip to content

Commit

Permalink
Make ClientAccessDataStream public again
Browse files Browse the repository at this point in the history
Signed-off-by: John Eberhard <[email protected]>
  • Loading branch information
jeber-ibm authored Jun 12, 2024
1 parent cb1abab commit aa76b3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* Provides methods to access common client access data stream header.
*
*/
class ClientAccessDataStream extends DataStream
public class ClientAccessDataStream extends DataStream
{
static final String copyright = "Copyright (C) 1997-2001 International Business Machines Corporation and others.";

Expand Down

0 comments on commit aa76b3a

Please sign in to comment.