forked from geodmms/xdgnjobs

?? ?
2008-08-22 af57baed0d81ffaf7ae6b889dd26d9647a8862f0
xdgnjobs/ximple-spatialjob/src/main/java/com/ximple/eofms/util/PrintfFormat.java
@@ -635,7 +635,7 @@
        ConversionSpecification cs = null;
        char c = 0;
        int i = 0;
        StringBuffer sb = new StringBuffer();
        StringBuilder sb = new StringBuilder();
        while (e.hasMoreElements())
        {
@@ -731,7 +731,7 @@
        Enumeration e = vFmt.elements();
        ConversionSpecification cs = null;
        char c = 0;
        StringBuffer sb = new StringBuffer();
        StringBuilder sb = new StringBuilder();
        while (e.hasMoreElements())
        {
@@ -764,7 +764,7 @@
        Enumeration e = vFmt.elements();
        ConversionSpecification cs = null;
        char c = 0;
        StringBuffer sb = new StringBuffer();
        StringBuilder sb = new StringBuilder();
        while (e.hasMoreElements())
        {
@@ -800,7 +800,7 @@
        Enumeration e = vFmt.elements();
        ConversionSpecification cs = null;
        char c = 0;
        StringBuffer sb = new StringBuffer();
        StringBuilder sb = new StringBuilder();
        while (e.hasMoreElements())
        {
@@ -836,7 +836,7 @@
        Enumeration e = vFmt.elements();
        ConversionSpecification cs = null;
        char c = 0;
        StringBuffer sb = new StringBuffer();
        StringBuilder sb = new StringBuilder();
        while (e.hasMoreElements())
        {
@@ -871,7 +871,7 @@
        Enumeration e = vFmt.elements();
        ConversionSpecification cs = null;
        char c = 0;
        StringBuffer sb = new StringBuffer();
        StringBuilder sb = new StringBuilder();
        while (e.hasMoreElements())
        {
@@ -912,7 +912,7 @@
        Enumeration e = vFmt.elements();
        ConversionSpecification cs = null;
        char c = 0;
        StringBuffer sb = new StringBuffer();
        StringBuilder sb = new StringBuilder();
        while (e.hasMoreElements())
        {
@@ -1223,7 +1223,7 @@
         */
        String getLiteral()
        {
            StringBuffer sb = new StringBuffer();
            StringBuilder sb = new StringBuilder();
            int i = 0;
            while (i < fmt.length())