~ubuntu-branches/ubuntu/trusty/freeguide/trusty

« back to all changes in this revision

Viewing changes to src/freeguide/plugins/program/freeguide/migration/MigrateOldTo0_10_1.java

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Watkins
  • Date: 2008-09-07 15:49:32 UTC
  • mfrom: (1.2.6 upstream) (4.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20080907154932-2jvgv76btq068fe0
Tags: 0.10.9-1
* New upstream release. (Closes: #492789)
* Moved package from contrib to main. (Closes: #492544)
* Added lintian override for 'build-depends-without-arch-dep ant', as ant is
  used in the clean target.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
/**
38
38
     * Creates a new MigrateOldTo0_10_1 object.
39
39
     *
40
 
     * @param source DOCUMENT ME!
41
 
     */
42
 
    public MigrateOldTo0_10_1( final Map source )
43
 
    {
44
 
        super( source );
45
 
    }
46
 
 
47
 
/**
48
 
     * Creates a new MigrateOldTo0_10_1 object.
49
 
     *
50
40
     * @param nodeName DOCUMENT ME!
51
41
     *
52
42
     * @throws BackingStoreException DOCUMENT ME!