1 /* 2 RegexpSingleline 3 format = (default)$. 4 message = not expected 5 fileExtensions = (default)"" 6 7 8 */ 9 10 package com.puppycrawl.tools.checkstyle.checks.regexp.regexpsingleline; 11 12 13 public class InputRegexpSinglelineSemantic9 { 14 // 15 }