We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b14d6c9 commit 973491eCopy full SHA for 973491e
byte-buddy-agent/src/main/java/net/bytebuddy/agent/VirtualMachine.java
@@ -2094,7 +2094,7 @@ class ForJnaPosixEnvironment implements Dispatcher {
2094
*/
2095
@SuppressWarnings("deprecation")
2096
public ForJnaPosixEnvironment(int attempts, long pause, TimeUnit timeUnit) {
2097
- provider = Platform.isAIX()
+ provider = Platform.isAIX()
2098
? new PosixOwnerProvider.UsingIStat(attempts, pause, timeUnit)
2099
: new PosixOwnerProvider.UsingStat(attempts, pause, timeUnit);
2100
library = Native.loadLibrary("c", PosixLibrary.class);
0 commit comments