package edu.unh.ndn.info; /*a comment for assignment #1 which can later be removed*/ public interface Author { String getAuthor(); }