1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00

remove unnecessary public

This commit is contained in:
oblonski 2017-04-27 20:17:13 +02:00
parent 7a8d9ee841
commit 4b9501bf25
No known key found for this signature in database
GPG key ID: 179DE487285680D1

View file

@ -25,6 +25,6 @@ import com.graphhopper.jsprit.core.problem.job.Job;
*/
public interface ScoringFunction {
public double score(InsertionData best, Job job);
double score(InsertionData best, Job job);
}