Mercurial > hg > orthanc-book
view Sphinx/source/plugins/java/HelloWorld.java @ 1218:166ec184efd8
fix spelling of DICOMWeb as DICOMweb
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Wed, 12 Nov 2025 13:08:40 +0100 |
| parents | df28170c2af3 |
| children |
line wrap: on
line source
import be.uclouvain.orthanc.Functions; public class HelloWorld { static { Functions.logWarning("Hello from Java!"); } }
