SCRIPT Run java package replacements

This commit is contained in:
PJ Reiniger
2025-11-07 19:55:43 -05:00
committed by Peter Johnson
parent 12823a003d
commit f0a3c64121
1590 changed files with 8469 additions and 8469 deletions

View File

@@ -4,18 +4,18 @@
#include <jni.h>
#include "edu_wpi_first_hal_SystemServerJNI.h"
#include "org_wpilib_hardware_hal_SystemServerJNI.h"
#include "hal/SystemServer.h"
extern "C" {
/*
* Class: edu_wpi_first_hal_SystemServerJNI
* Class: org_wpilib_hardware_hal_SystemServerJNI
* Method: getSystemServerHandle
* Signature: ()I
*/
JNIEXPORT jint JNICALL
Java_edu_wpi_first_hal_SystemServerJNI_getSystemServerHandle
Java_org_wpilib_hardware_hal_SystemServerJNI_getSystemServerHandle
(JNIEnv*, jclass)
{
return HAL_GetSystemServerHandle();