All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.eadge.extractpdfexcel.debug.tests.Result Maven / Gradle / Ivy

The newest version!
package org.eadge.extractpdfexcel.debug.tests;

/**
 * Created by eadgyo on 27/07/16.
 *
 * Result transform
 */
class Result
{
    static String transformResult(boolean result)
    {
        if (result)
            return "[ Ok ]";
        else
            return "[ Failed ]";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy