1. /*
  2. * @(#)BAD_POLICY.java 1.3 01/11/29
  3. *
  4. * Copyright 2002 Sun Microsystems, Inc. All rights reserved.
  5. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
  6. */
  7. package org.omg.CORBA;
  8. public interface BAD_POLICY {
  9. final short value = (short) (0L);
  10. };