java: Fix package in examples/contrib and examples/java

This commit is contained in:
Mizux Seiha
2020-06-10 14:36:44 +02:00
parent 8f3258be11
commit 4c39747185
52 changed files with 89 additions and 6 deletions

View File

@@ -10,6 +10,7 @@
// 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 com.google.ortools.examples;
import com.google.ortools.linearsolver.MPConstraint;
import com.google.ortools.linearsolver.MPObjective;