diff -r 2ae294e4518c -r 3488710b02f8 jdk/src/solaris/classes/sun/awt/X11/XProtocolConstants.java --- a/jdk/src/solaris/classes/sun/awt/X11/XProtocolConstants.java Mon Apr 07 14:53:51 2008 +0400 +++ b/jdk/src/solaris/classes/sun/awt/X11/XProtocolConstants.java Mon Apr 07 16:52:51 2008 +0400 @@ -1,5 +1,5 @@ /* - * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2003-2008 Sun Microsystems, Inc. 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 @@ -25,7 +25,10 @@ package sun.awt.X11; -public interface XProtocolConstants { +final public class XProtocolConstants { + + private XProtocolConstants(){} + /* Reply codes */ public static final int X_Reply = 1 ; /* Normal reply */ public static final int X_Error = 0 ; /* Error */