Skip to content

Commit

Permalink
remove Traited error
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Jan 29, 2024
1 parent 0df2d09 commit 407411a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Spec2-Core/SpJobListPresenter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ A presenter to stack jobs.
Class {
#name : 'SpJobListPresenter',
#superclass : 'SpPresenter',
#classTraits : '{} + TraitedClass',
#instVars : [
'refreshRateInMs',
'mutex',
Expand Down
1 change: 0 additions & 1 deletion src/Spec2-Dialogs/SpProgressDialog.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ The task can control the progress.
Class {
#name : 'SpProgressDialog',
#superclass : 'SpInformUserDialog',
#classTraits : '{} + TraitedClass',
#instVars : [
'maxValue'
],
Expand Down

0 comments on commit 407411a

Please sign in to comment.