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

« back to all changes in this revision

Viewing changes to src/freeguide/plugins/program/freeguide/migration/Migrate0_10_5To0_10_6.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:
6
6
 
7
7
import java.io.File;
8
8
 
9
 
import java.util.Map;
10
9
import java.util.prefs.BackingStoreException;
11
 
import java.util.prefs.Preferences;
12
10
 
13
11
/**
14
12
 * DOCUMENT ME!
21
19
/**
22
20
     * Creates a new Migrate0_10_5To0_10_6 object.
23
21
     *
24
 
     * @param source DOCUMENT ME!
25
 
     */
26
 
    public Migrate0_10_5To0_10_6( final Map source )
27
 
    {
28
 
        super( source );
29
 
    }
30
 
 
31
 
/**
32
 
     * Creates a new Migrate0_10_5To0_10_6 object.
33
 
     *
34
22
     * @param nodeName DOCUMENT ME!
35
23
     *
36
24
     * @throws BackingStoreException DOCUMENT ME!