001package org.nuxeo.project.sample;
002
003public interface BookTitleService {
004
005    String correctTitle(String title);
006
007}