Skip to content

Commit 276b1a8

Browse files
Typo
1 parent feca69a commit 276b1a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main/src/main/java/org/objenesis/instantiator/sun/UnsafeFactoryInstantiator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import org.objenesis.instantiator.util.UnsafeUtils;
2424

2525
/**
26-
* Instantiates an object, WITHOUT calling it's constructor, using
26+
* Instantiates an object, WITHOUT calling its constructor, using
2727
* {@code sun.misc.Unsafe.allocateInstance()}. Unsafe and its methods are implemented by most
2828
* modern JVMs.
2929
*

0 commit comments

Comments
 (0)