~ubuntu-branches/ubuntu/saucy/freeguide/saucy

« back to all changes in this revision

Viewing changes to src/freeguide/plugins/program/freeguide/migration/Migrate0_10_2To0_10_3.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:
4
4
 
5
5
import freeguide.plugins.program.freeguide.FreeGuide;
6
6
 
7
 
import java.util.Map;
8
7
import java.util.prefs.BackingStoreException;
9
8
 
10
9
/**
18
17
/**
19
18
     * Creates a new Migrate0_10_1To0_10_2 object.
20
19
     *
21
 
     * @param source DOCUMENT ME!
22
 
     */
23
 
    public Migrate0_10_2To0_10_3( final Map source )
24
 
    {
25
 
        super( source );
26
 
    }
27
 
 
28
 
/**
29
 
     * Creates a new Migrate0_10_1To0_10_2 object.
30
 
     *
31
20
     * @param nodeName DOCUMENT ME!
32
21
     *
33
22
     * @throws BackingStoreException DOCUMENT ME!