All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.pms1.tppt.p2.ManifestExportPackageAddedDelta Maven / Gradle / Ivy

package com.github.pms1.tppt.p2;

import com.google.common.base.Preconditions;

public class ManifestExportPackageAddedDelta extends FileDelta {

	public ManifestExportPackageAddedDelta(FileId f1, FileId f2, String pkg) {
		super(f1, f2, "Manifest export package added: ''{0}''", pkg);
		Preconditions.checkNotNull(pkg);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy