corba/src/share/classes/com/sun/corba/se/impl/activation/ServerMain.java

Print this page
rev 505 : 7201066: Change modifiers on unused fields
Reviewed-by: alanb, skoivu

*** 1,7 **** /* ! * Copyright (c) 1997, 2002, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 320,332 **** class ServerCallback extends com.sun.corba.se.spi.activation._ServerImplBase { private ORB orb; ! private Method installMethod ; ! private Method uninstallMethod ; ! private Method shutdownMethod ; private Object methodArgs[] ; ServerCallback(ORB orb, Method installMethod, Method uninstallMethod, Method shutdownMethod ) { --- 320,332 ---- class ServerCallback extends com.sun.corba.se.spi.activation._ServerImplBase { private ORB orb; ! private transient Method installMethod ; ! private transient Method uninstallMethod ; ! private transient Method shutdownMethod ; private Object methodArgs[] ; ServerCallback(ORB orb, Method installMethod, Method uninstallMethod, Method shutdownMethod ) {