classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cp-patches] KerberosPrincipal - Try number two


From: Tom Tromey
Subject: Re: [cp-patches] KerberosPrincipal - Try number two
Date: 28 Dec 2005 09:22:49 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

>>>>> "Jeff" == Jeff Bailey <address@hidden> writes:

Jeff> I've attached my most recent version of KerberosPrincipal.  I have
Jeff> addressed most of the comments by Casey and Mark as well as comments
Jeff> from others online.

Jeff>     String a = 
gnu.classpath.SystemProperties.getProperty("java.security.krb5.realm");

It is more usual in Classpath not to use a fully qualified name, but
instead to add an import.

Jeff>     return new "";

This isn't valid java.

Tom




reply via email to

[Prev in Thread] Current Thread [Next in Thread]