Skip to content

Commit

Permalink
fix package name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rmbarnett-rice committed Aug 7, 2017
1 parent b516b1f commit f29f888
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
package edu.rice.cs.caper.bayou.application.api_synthesis_server;


import edu.rice.cs.caper.bayou.core.bayou_services_client.ap_synthesis.ApiSynthesisClient;
import edu.rice.cs.caper.bayou.core.bayou_services_client.ap_synthesis.ParseError;
import edu.rice.cs.caper.bayou.core.bayou_services_client.ap_synthesis.SynthesisError;
import edu.rice.cs.caper.bayou.core.bayou_services_client.api_synthesis.ApiSynthesisClient;
import edu.rice.cs.caper.bayou.core.bayou_services_client.api_synthesis.ParseError;
import edu.rice.cs.caper.bayou.core.bayou_services_client.api_synthesis.SynthesisError;

import java.io.IOException;
import java.nio.file.Files;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
See the License for the specific language governing permissions and
limitations under the License.
*/
package edu.rice.cs.caper.bayou.core.bayou_services_client.ap_synthesis;
package edu.rice.cs.caper.bayou.core.bayou_services_client.api_synthesis;

import edu.rice.cs.caper.bayou.core.bayou_services_client.JsonMsgClientBase;
import org.apache.commons.io.IOUtils;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
See the License for the specific language governing permissions and
limitations under the License.
*/
package edu.rice.cs.caper.bayou.core.bayou_services_client.ap_synthesis;
package edu.rice.cs.caper.bayou.core.bayou_services_client.api_synthesis;

/**
* Created by dejas on 7/14/2017.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
See the License for the specific language governing permissions and
limitations under the License.
*/
package edu.rice.cs.caper.bayou.core.bayou_services_client.ap_synthesis;
package edu.rice.cs.caper.bayou.core.bayou_services_client.api_synthesis;

/**
* Created by barnett on 3/15/17.
Expand Down

0 comments on commit f29f888

Please sign in to comment.