Mercurial > hg > orthanc-book
view Sphinx/source/plugins/java/HelloWorld.java @ 1191:44700cfa7656
fixed auto routing bug (DW) in Python page
author | Benoit Crickboom <bc@orthanc.team> |
---|---|
date | Sat, 16 Aug 2025 13:18:17 +0200 |
parents | df28170c2af3 |
children |
line wrap: on
line source
import be.uclouvain.orthanc.Functions; public class HelloWorld { static { Functions.logWarning("Hello from Java!"); } }