Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for flushEndLine (0.12 sec)

  1. platforms/core-runtime/logging/src/main/java/org/gradle/internal/logging/text/AbstractLineChoppingStyledTextOutput.java

                    }
    
                    if (data.length() > 0) {
                        doLineText(data);
                    }
                }
            }
    
            void flushEndLine(String eol) {
                doEndLine(eol);
            }
    
            void flushStartLine() {
                doStartLine();
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:05:18 UTC 2023
    - 8.1K bytes
    - Viewed (0)
Back to top