Make core SCM API objects Serializable
--------------------------------------

                 Key: SCM-467
                 URL: http://jira.codehaus.org/browse/SCM-467
             Project: Maven SCM
          Issue Type: Improvement
          Components: maven-scm-api
    Affects Versions: 1.3, 2.0, future
            Reporter: Andrei Solntsev
            Priority: Trivial


The following classes from package org.apache.maven.scm are Serialzable by 
nature, but don't implement java.io.Serializable interface:
AbstractScmVersion, 
ChangeFile,
ChangeSet,
CommandParameter,
CommandParameters,
etc.

Add "implements Serializable" to those classes.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to