Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Szczepan (0.17 sec)

  1. .mailmap

    Sterling Greene <******@****.***> <******@****.***>
    Sterling Greene <******@****.***> <******@****.***>
    Szczepan Faber <******@****.***>
    Szczepan Faber <******@****.***> <******@****.***>
    Szczepan Faber <******@****.***> <Administrator@szczepan-66b9bf.(none)>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 03 06:34:28 UTC 2017
    - 3.3K bytes
    - Viewed (0)
  2. subprojects/core/src/integTest/groovy/org/gradle/api/ConfigurationOnDemandIntegrationTest.groovy

        String getName();
    }
    """
            file("impl/src/main/java/PersonImpl.java") << """public class PersonImpl implements Person {
        public String getName() {
            return "Szczepan";
        }
    }
    """
            file("util/src/main/java/Utility.java") << "public class Utility extends PersonImpl {}"
    
            when:
            run(":api:build")
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 12:57:53 UTC 2024
    - 18.7K bytes
    - Viewed (0)
Back to top