Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for compareTrivialEntries (0.28 sec)

  1. platforms/core-execution/execution/src/main/java/org/gradle/internal/execution/history/changes/TrivialChangeDetector.java

                            Map.Entry<String, S> previousEntry = previous.entrySet().iterator().next();
                            Map.Entry<String, S> currentEntry = current.entrySet().iterator().next();
                            return compareTrivialEntries(visitor, previousEntry, currentEntry, propertyTitle);
                        default:
                            return delegate.visitChangesSince(previous, current, propertyTitle, visitor);
                    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:46:15 UTC 2023
    - 4.3K bytes
    - Viewed (0)
Back to top