src/jdk.rmic/share/classes/sun/rmi/rmic/resources/rmic.properties
changeset 55205 ef23ea332077
parent 48841 0937e5f799df
equal deleted inserted replaced
55204:0289438c1286 55205:ef23ea332077
     1 #
     1 #
     2 #
     2 #
     3 # Copyright (c) 1996, 2018, Oracle and/or its affiliates. All rights reserved.
     3 # Copyright (c) 1996, 2019, Oracle and/or its affiliates. All rights reserved.
     4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5 #
     5 #
     6 # This code is free software; you can redistribute it and/or modify it
     6 # This code is free software; you can redistribute it and/or modify it
     7 # under the terms of the GNU General Public License version 2 only, as
     7 # under the terms of the GNU General Public License version 2 only, as
     8 # published by the Free Software Foundation.  Oracle designates this
     8 # published by the Free Software Foundation.  Oracle designates this
   134 rmic.must.throw.remoteexception=\
   134 rmic.must.throw.remoteexception=\
   135 	{0} is not a valid remote interface: method {1} must throw java.rmi.RemoteException.
   135 	{0} is not a valid remote interface: method {1} must throw java.rmi.RemoteException.
   136 rmic.must.only.throw.exception=\
   136 rmic.must.only.throw.exception=\
   137 	Method {0} is not a valid remote method implementation because it throws {1}; implementations of remote methods may only throw java.lang.Exception or its subclasses.
   137 	Method {0} is not a valid remote method implementation because it throws {1}; implementations of remote methods may only throw java.lang.Exception or its subclasses.
   138 rmic.jrmp.stubs.deprecated=\
   138 rmic.jrmp.stubs.deprecated=\
   139 	Warning: generation and use of skeletons and static stubs for JRMP\
   139         Warning: {0} has been deprecated and is subject to removal in a future\
       
   140         \nrelease. Generation and use of skeletons and static stubs for JRMP\
   140 	\nis deprecated. Skeletons are unnecessary, and static stubs have\
   141 	\nis deprecated. Skeletons are unnecessary, and static stubs have\
   141 	\nbeen superseded by dynamically generated stubs. Users are\
   142 	\nbeen superseded by dynamically generated stubs. Users are encouraged\
   142 	\nencouraged to migrate away from using {0} to generate skeletons and static\
   143 	\nto migrate away from using this tool to generate skeletons and static\
   143 	\nstubs. See the documentation for java.rmi.server.UnicastRemoteObject.
   144 	\nstubs. See the documentation for java.rmi.server.UnicastRemoteObject.