[EMAIL PROTECTED] wrote:
/** @see Artifact#isSnapshot */
public boolean isSnapshot()
{
return getDependency().getArtifact().indexOf( "SNAPSHOT" ) > 0;
}
Is this really indexof or endsWith ?
Stephen.
--
Stephen J. McConnell mailto:[EMAIL PROTECTED]
|------------------------------------------------| | Magic by Merlin | | Production by Avalon | | | | http://avalon.apache.org/merlin | | http://dpml.net/ | |------------------------------------------------|
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
