Skip to content

Commit 834f542

Browse files
authored
Fix description for error methods (#770)
1 parent fa0c4c7 commit 834f542

File tree

1 file changed

+2
-2
lines changed
  • src/main/java/software/amazon/awssdk/crt

1 file changed

+2
-2
lines changed

src/main/java/software/amazon/awssdk/crt/CRT.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ private static native void awsCrtInit(int memoryTracingLevel, boolean debugWait,
502502
public static native int awsLastError();
503503

504504
/**
505-
* Given an integer error code from an internal operation
505+
* Given an integer error code from an internal operation, get a corresponding description for it.
506506
*
507507
* @param errorCode An error code returned from an exception or other native
508508
* function call
@@ -511,7 +511,7 @@ private static native void awsCrtInit(int memoryTracingLevel, boolean debugWait,
511511
public static native String awsErrorString(int errorCode);
512512

513513
/**
514-
* Given an integer error code from an internal operation
514+
* Given an integer error code from an internal operation, get a corresponding string identifier for it.
515515
*
516516
* @param errorCode An error code returned from an exception or other native
517517
* function call

0 commit comments

Comments
 (0)