java: Fix package in examples/java/

This commit is contained in:
Mizux Seiha
2022-10-06 21:50:57 +02:00
parent de7d51a925
commit 69ab636173
7 changed files with 7 additions and 6 deletions

View File

@@ -11,7 +11,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
package com.google.ortools.samples;
package com.google.ortools.java;
import com.google.ortools.Loader;
import com.google.ortools.constraintsolver.Assignment;

View File

@@ -11,7 +11,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
package com.google.ortools.samples;
package com.google.ortools.java;
import com.google.ortools.Loader;
import com.google.ortools.graph.MaxFlow;

View File

@@ -11,7 +11,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
package com.google.ortools.samples;
package com.google.ortools.java;
import com.google.ortools.Loader;
import com.google.ortools.linearsolver.MPConstraint;

View File

@@ -11,7 +11,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
package com.google.ortools.samples;
package com.google.ortools.java;
import com.google.ortools.Loader;
import com.google.ortools.graph.LinearSumAssignment;

View File

@@ -11,7 +11,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
package com.google.ortools.samples;
package com.google.ortools.java;
import com.google.ortools.Loader;
import com.google.ortools.linearsolver.MPConstraint;

View File

@@ -11,7 +11,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
package com.google.ortools.samples;
package com.google.ortools.java;
import com.google.ortools.Loader;
import com.google.ortools.constraintsolver.ConstraintSolverParameters;

View File

@@ -11,6 +11,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.java;
import com.google.ortools.Loader;