The ServiceFactory.close() method was deprecated in our slice file and is unused internally. But the build shows:
since the Tie implements this method. By adding:Code:[javac] /Users/josh/code/git/components/blitz/generated/omero/api/_ServiceFactoryTie.java:80: warning: [deprecation] close(Ice.Current) in omero.api._ServiceFactoryOperations has been deprecated [javac] close(Ice.Current __current) [javac] ^
to the Tie class the build will show nothing.Code:@SuppressWarnings("deprecation")
Cheers,
~J.

Reply With Quote