Skip to content

Commit 0e276fa

Browse files
committed
ARROW-15: Fix a naming typo for memory.AllocationManager.AllocationOutcome
1 parent e6905ef commit 0e276fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/memory/src/main/java/org/apache/arrow/memory/Accountant.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ public static enum AllocationOutcome {
247247
/**
248248
* Allocation succeeded but only because the allocator was forced to move beyond a limit.
249249
*/
250-
FORCED_SUCESS(true),
250+
FORCED_SUCCESS(true),
251251

252252
/**
253253
* Allocation failed because the local allocator's limits were exceeded.

0 commit comments

Comments
 (0)