Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. android/guava-tests/test/com/google/common/eventbus/outside/AnnotatedNotAbstractInSuperclassTest.java

          // the subclass overrides this and does *not* call super.dONAIS(o)
          differentlyOverriddenNotAnnotatedInSubclassBadEvents.add(o);
        }
    
        @Subscribe
        public void differentlyOverriddenAnnotatedInSubclass(Object o) {
          // the subclass overrides this and does *not* call super.dOAIS(o)
          differentlyOverriddenAnnotatedInSubclassBadEvents.add(o);
        }
      }
    
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Tue Feb 08 21:35:40 GMT 2022
    - 4.1K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/eventbus/outside/AnnotatedNotAbstractInSuperclassTest.java

          // the subclass overrides this and does *not* call super.dONAIS(o)
          differentlyOverriddenNotAnnotatedInSubclassBadEvents.add(o);
        }
    
        @Subscribe
        public void differentlyOverriddenAnnotatedInSubclass(Object o) {
          // the subclass overrides this and does *not* call super.dOAIS(o)
          differentlyOverriddenAnnotatedInSubclassBadEvents.add(o);
        }
      }
    
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Tue Feb 08 21:35:40 GMT 2022
    - 4.1K bytes
    - Viewed (0)
Back to top