Skip to content

Commit

Permalink
[Java] Revert final application to UnsafeBuffer because of use in Aeron.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Apr 20, 2020
1 parent 8095c41 commit 3bc0956
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
* <b>Note:</b> The wrap methods on this class are not thread safe. Concurrent access should only happen after a
* successful wrap.
*/
public final class UnsafeBuffer implements AtomicBuffer
public class UnsafeBuffer implements AtomicBuffer
{
/**
* Buffer alignment to ensure atomic word accesses.
Expand Down

0 comments on commit 3bc0956

Please sign in to comment.