File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed 
grails-common/src/main/groovy/org/apache/grails/common/properties 
grails-gradle/plugins/src/main/groovy/org/grails/gradle/plugin/core Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ final class PropertyFileUtils {
3737                    .toEpochSecond(). toString()
3838        }
3939
40-         Pattern  timeRegex =  Pattern . compile(' ^#(?:Sun|Mon|Tue|Wed|Thu|Fri|Sat)(?:,|\\\\  s).*$'  )
40+         Pattern  timeRegex =  Pattern . compile(' ^#(?:Sun|Mon|Tue|Wed|Thu|Fri|Sat)(?:,|\\ s).*$'  )
4141
4242        List<String >  lines =  factoriesFile. readLines(StandardCharsets . ISO_8859_1 . name())
4343
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ class GrailsGradlePlugin extends GroovyPlugin {
180180                    .toEpochSecond(). toString()
181181        }
182182
183-         Pattern  timeRegex =  Pattern . compile(' ^#(?:Sun|Mon|Tue|Wed|Thu|Fri|Sat)(?:,|\\\\  s).*$'  )
183+         Pattern  timeRegex =  Pattern . compile(' ^#(?:Sun|Mon|Tue|Wed|Thu|Fri|Sat)(?:,|\\ s).*$'  )
184184
185185        List<String >  lines =  factoriesFile. readLines(StandardCharsets . ISO_8859_1 . name())
186186
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments