package be.billington.rob; public interface Commit { String getMessage(); String getDate(); }