Skip to content

Commit

Permalink
fix deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Dec 10, 2024
1 parent 42ded99 commit d561ce9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/SwaLint-PlugIns.package/.squot-contents
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
SquotTrackedObjectMetadata {
#objectClassName : #PackageInfo,
#id : UUID [ '1209d9801bc041d881f8d5d262251998' ],
#objectsReplacedByNames : true,
#serializer : #SquotCypressCodeSerializer
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ methodIsPrivate: aCompiledMethod

^ (selector beginsWith: '_') or: [
(selector beginsWith: 'pvt') or: [
category includesSubString: 'private']]
category includesSubstring: 'private']]
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"isSetter:" : "JTM 5/27/2015 11:15",
"methodCallers:" : "JTM 5/27/2015 11:15",
"methodIsGetter:" : "JTM 5/27/2015 11:14",
"methodIsPrivate:" : "JTM 5/27/2015 11:14",
"methodIsPrivate:" : "ct 12/9/2024 23:52",
"methodIsSetter:" : "JTM 5/27/2015 11:14",
"methodWidth:" : "JTM 5/27/2015 11:16",
"miscTest:" : "AT 5/8/2008 09:38",
Expand Down

0 comments on commit d561ce9

Please sign in to comment.