8174698: Fix @since in module-info.java in dev/corba repo

Reviewed-by: alanb
This commit is contained in:
Hamlin Li 2017-02-10 00:33:36 -08:00
parent 606d1edcf6
commit b826b2fa86

View File

@ -25,6 +25,8 @@
/**
* Defines the Java binding of the OMG CORBA APIs, and the RMI-IIOP API.
*
* @since 9
*/
@Deprecated(since="9", forRemoval=true)
module java.corba {