![JAR search and dependency download from the Maven repository](/logo.png)
com.lithium.ldn.starql.postprocessors.NoOpPostProcessor Maven / Gradle / Ivy
package com.lithium.ldn.starql.postprocessors;
/*
* NoOpPostProcessor
* Created on 1/31/14
*
* Copyright 2014 Lithium Technologies, Inc.
* Emeryville, California, U.S.A. All Rights Reserved.
*
* This software is the confidential and proprietary information
* of Lithium Technologies, Inc. ("Confidential Information")
* You shall not disclose such Confidential Information and shall
* use it only in accordance with the terms of the license
* agreement you entered into with Lithium.
*/
import com.lithium.ldn.starql.QueryStatement;
public class NoOpPostProcessor implements QlPostProcessor {
@Override
public QueryT processQueryStatement(QueryT statement) {
return statement;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy