~ubuntu-branches/ubuntu/trusty/libidn/trusty

« back to all changes in this revision

Viewing changes to java/gnu/inet/encoding/IDNAException.java

  • Committer: Bazaar Package Importer
  • Author(s): Simon Josefsson, Simon Josefsson
  • Date: 2009-04-17 00:22:30 UTC
  • mfrom: (1.2.11 upstream) (3.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090417002230-3on40qu1llxq7ybb
Tags: 1.14-3
[ Simon Josefsson ]
* Don't use autotools-dev, the config.* files in libidn
  are newer than what's in autotools-dev.
* Use more idiomatatic code to filter out platforms without gcj.
  Thanks to Adeodato Simó <dato@net.com.org.es>.
* Upload to unstable after testing in experimental.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/**
2
 
 * Copyright (C) 2004, 2005, 2006, 2007  Free Software Foundation, Inc.
 
2
 * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
3
3
 *
4
4
 * Author: Oliver Hitz
5
5
 *
23
23
 
24
24
package gnu.inet.encoding;
25
25
 
 
26
/**
 
27
 * Exception handling for IDNA class.
 
28
 */
26
29
public class IDNAException
27
30
  extends Exception
28
31
{