Skip to content

Commit

Permalink
UnsafeWasmMemory can be final.
Browse files Browse the repository at this point in the history
  • Loading branch information
woess committed Jul 12, 2021
1 parent 42c83e1 commit 17f55df
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2019, 2021, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* The Universal Permissive License (UPL), Version 1.0
Expand Down Expand Up @@ -59,7 +59,7 @@

import sun.misc.Unsafe;

public class UnsafeWasmMemory extends WasmMemory implements AutoCloseable {
public final class UnsafeWasmMemory extends WasmMemory implements AutoCloseable {
/**
* @see #declaredMinSize()
*/
Expand Down

0 comments on commit 17f55df

Please sign in to comment.