Skip to content

Commit

Permalink
Merge pull request #9191 from MarcusDenker/9183-Test-failing-on-CI-Fo…
Browse files Browse the repository at this point in the history
…und-undeclared-Variables--ClyTabActivationStrategy-in-RSUMLClassCalypso-classclassUmlTapActivation

fixes #9183 by adding a deprecated subclass
  • Loading branch information
Ducasse committed Apr 27, 2021
2 parents f5b6129 + c927c27 commit fe136c1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Calypso-Browser/ClyTabActivationStrategy.class.st
@@ -0,0 +1,10 @@
Class {
#name : #ClyTabActivationStrategy,
#superclass : #ClyTabActivationStrategyAnnotation,
#category : #'Calypso-Browser-Tabs'
}

{ #category : #testing }
ClyTabActivationStrategy class >> isDeprecated [
^true
]

0 comments on commit fe136c1

Please sign in to comment.