~ubuntu-branches/ubuntu/wily/geotranz/wily

« back to all changes in this revision

Viewing changes to GEOTRANS3/java_gui/geotrans3/misc/StringHandler.java

  • Committer: Bazaar Package Importer
  • Author(s): Roberto Lumbreras
  • Date: 2011-03-06 21:06:09 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110306210609-tsvzx88vdmpgc7u4
Tags: 3.1-1
* New upstream version.
* Added debian/make-orig-tar-bz2 to repackage the upstream .tgz easily.
* Dropped 005-openjdk-forms.patch, it didn't work well in all systems.
* Renamed libgeotranz3 to libgeotranz3.1 because of ABI changes.
* Added symbols64 file for alpha, s390 and 64bit architectures.
  (Closes: #609504)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 * StringHandler.java
5
5
 *
6
6
 * Created on April 9, 2001, 4:22 PM
 
7
 *
 
8
 * MODIFICATION HISTORY:
 
9
 *
 
10
 * DATE      NAME        DR#               DESCRIPTION
 
11
 *
 
12
 * 08/13/10  S Gillis    BAEts27457        Update to GeoTrans 3.1
7
13
 */
8
14
 
9
15
package geotrans3.misc;
23
29
 */
24
30
public class StringHandler extends Object 
25
31
{
26
 
  private final java.lang.String title = "MSP GEOTRANZ 3.0";
 
32
  private final java.lang.String title = "MSP GEOTRANZ 3.1";
27
33
  
28
34
  private java.lang.String errorMsg[];
29
35
  private boolean ccsError = false;