package com.github.approval.example; /** * User: github (Nikola Petrov) Date: 14-7-30 Time: 18:27 */ public class MyCoolThing { public static String getComplexMultilineString() { return "Some big string to test"; } }