Mercurial > hg > orthanc-book
view Sphinx/source/plugins/java/HelloWorld.java @ 1089:b152822fc3cd
typo
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 03 Jul 2024 18:36:15 +0200 |
parents | df28170c2af3 |
children |
line wrap: on
line source
import be.uclouvain.orthanc.Functions; public class HelloWorld { static { Functions.logWarning("Hello from Java!"); } }