~ubuntu-branches/ubuntu/utopic/libjaudiotagger-java/utopic-proposed

« back to all changes in this revision

Viewing changes to src/org/jaudiotagger/tag/datatype/AbstractStringStringValuePair.java

  • Committer: Bazaar Package Importer
  • Author(s): Damien Raude-Morvan
  • Date: 2009-12-30 21:58:38 UTC
  • mfrom: (3.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20091230215838-113vy313ak2ap51i
Tags: 2.0.0-1
* New upstream release
* Update my email address
* Bump debhelper version to >= 7
* Bump Standards-Version to 3.8.3 (no changes needed)
* Depends on java5-runtime-headless as we build java5 bytecode
* Maven POMs:
  - Add a Build-Depends-Indep dependency on maven-repo-helper
  - Use mh_installpoms and mh_installjar to install the POM and the jar to the
    Maven repository

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/**
2
2
 * @author : Paul Taylor
3
3
 * <p/>
4
 
 * Version @version:$Id: AbstractStringStringValuePair.java,v 1.4 2008/07/21 10:45:40 paultaylor Exp $
 
4
 * Version @version:$Id: AbstractStringStringValuePair.java,v 1.6 2009/11/12 15:42:55 paultaylor Exp $
5
5
 * <p/>
6
6
 * Jaudiotagger Copyright (C)2004,2005
7
7
 * <p/>
29
29
 
30
30
    /**
31
31
     * Get Id for Value
 
32
     * @param value
 
33
     * @return
32
34
     */
33
35
    public String getIdForValue(String value)
34
36
    {
37
39
 
38
40
    /**
39
41
     * Get value for Id
 
42
     * @param id
 
43
     * @return
40
44
     */
41
45
    public String getValueForId(String id)
42
46
    {