mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
HAND FIXES: Fixup java and python compilation
This commit is contained in:
committed by
Peter Johnson
parent
108a8c0f9b
commit
105deaddb0
@@ -7,6 +7,7 @@ package org.wpilib.util;
|
||||
import java.io.IOException;
|
||||
import java.nio.ByteBuffer;
|
||||
import java.util.concurrent.atomic.AtomicBoolean;
|
||||
import org.wpilib.util.runtime.RuntimeLoader;
|
||||
|
||||
/** WPIUtil JNI. */
|
||||
public class WPIUtilJNI {
|
||||
|
||||
@@ -7,6 +7,7 @@ package org.wpilib.util.concurrent;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import java.util.concurrent.locks.ReentrantLock;
|
||||
import org.wpilib.util.WPIUtilJNI;
|
||||
|
||||
/** A thread-safe container for handling events. */
|
||||
public class EventVector {
|
||||
|
||||
Reference in New Issue
Block a user