~ubuntu-branches/ubuntu/natty/jabref/natty

« back to all changes in this revision

Viewing changes to src/java/net/sf/jabref/imports/OAI2Fetcher.java

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2010-04-27 16:49:34 UTC
  • mfrom: (2.1.8 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100427164934-ozu2dvinslmo3444
Tags: 2.6+ds-2
debian/control: add "Recommends: xdg-utils"; thanks to Vincent Fourmond
for the bug report (closes: #579346). Change xpdf to xpdf-reader in
Suggests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 * @author Ulrich Stärk
33
33
 * @author Christian Kopf
34
34
 * 
35
 
 * @version $Revision: 2552 $ ($Date: 2007-12-04 22:58:54 +0100 (Tue, 04 Dec 2007) $)
 
35
 * @version $Revision: 3203 $ ($Date: 2010-03-04 19:05:17 +0100 (Thu, 04 Mar 2010) $)
36
36
 * 
37
37
 */
38
38
public class OAI2Fetcher implements EntryFetcher {
124
124
     * Construct the query URL
125
125
     * 
126
126
     * @param key
127
 
     *            The key of the OAI2 entry that the url should poitn to.
 
127
     *            The key of the OAI2 entry that the url should point to.
128
128
     *            
129
129
     * @return a String denoting the query URL
130
130
     */
146
146
    }
147
147
    
148
148
    /**
149
 
     * Strip subccategories from ArXiv key.
 
149
     * Strip subcategories from ArXiv key.
150
150
     * 
151
151
     * @param key The key to fix.
152
152
     * @return Fixed key.