]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Been careless again, sorry.
authorJeremias Maerki <jeremias@apache.org>
Thu, 1 Sep 2005 10:07:41 +0000 (10:07 +0000)
committerJeremias Maerki <jeremias@apache.org>
Thu, 1 Sep 2005 10:07:41 +0000 (10:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@265689 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/pdf/PDFNumber.java

index b235663dfe59e698132842c7078e98245ab7074d..2a528123b3d7de768f9148ef3f979c02d56d09f7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -22,8 +22,6 @@ import java.text.DecimalFormat;
 import java.text.DecimalFormatSymbols;
 import java.util.Locale;
 
-import com.sun.corba.se.internal.orbutil.Lock;
-
 /**
  * This class represents a simple number object. It also contains contains some 
  * utility methods for outputing numbers to PDF.