Compilation of Java failed

2
Hello,   when I compile I get this error, can anyone help me? Version 9.24.1 and 10.0.0   E:\Temp\Mendix\SLATaskApp-main\javasource\mendixsso\implementation\UserManager.java:39: error: cannot find symbol   c.rollbackTransAction();              ^   symbol:   method rollbackTransAction()   location: variable c of type IContext E:\Temp\Mendix\SLATaskApp-main\javasource\mendixsso\implementation\UserManager.java:77: error: cannot find symbol c.rollbackTransAction();              ^   symbol:   method rollbackTransAction()   location: variable c of type IContext Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 2 errors FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':compile'. > Compilation failed; see the compiler error output for details. * Try: > Run with --stacktrace option to get the stack trace. > Run with --debug option to get more log output. > Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 55s   Thanks
asked
1 answers
3

Thank you very much, it works correctly

answered