[jboss-svn-commits] JBL Code SVN: r34935 - labs/jbossrules/trunk/drools-core/src/main/java/org/drools/server.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Aug 31 04:23:05 EDT 2010


Author: mark.proctor at jboss.com
Date: 2010-08-31 04:23:05 -0400 (Tue, 31 Aug 2010)
New Revision: 34935

Removed:
   labs/jbossrules/trunk/drools-core/src/main/java/org/drools/server/KnowledgeService.java
Log:
-removed unused class

Deleted: labs/jbossrules/trunk/drools-core/src/main/java/org/drools/server/KnowledgeService.java
===================================================================
--- labs/jbossrules/trunk/drools-core/src/main/java/org/drools/server/KnowledgeService.java	2010-08-30 20:54:01 UTC (rev 34934)
+++ labs/jbossrules/trunk/drools-core/src/main/java/org/drools/server/KnowledgeService.java	2010-08-31 08:23:05 UTC (rev 34935)
@@ -1,25 +0,0 @@
-/**
- * Copyright 2010 JBoss Inc
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package org.drools.server;
-
-import org.drools.CheckedDroolsException;
-
-public interface KnowledgeService {
-	
-	public String executeCommand(String cmd) throws CheckedDroolsException;
-
-}



More information about the jboss-svn-commits mailing list