diff --git a/app/models/policies/early_career_payments.rb b/app/models/policies/early_career_payments.rb index 4985b9e33a..2248580d05 100644 --- a/app/models/policies/early_career_payments.rb +++ b/app/models/policies/early_career_payments.rb @@ -26,7 +26,6 @@ module EarlyCareerPayments POLICY_END_YEAR = AcademicYear.new(2024).freeze # Used in - # - checking payments with multiple policies: ClaimsPreventingPaymentFinder # - matching claims with multiple policies: MatchingAttributeFinder OTHER_CLAIMABLE_POLICIES = [ LevellingUpPremiumPayments, diff --git a/app/models/policies/further_education_payments.rb b/app/models/policies/further_education_payments.rb index 8e196eaab8..1c4e3baa35 100644 --- a/app/models/policies/further_education_payments.rb +++ b/app/models/policies/further_education_payments.rb @@ -4,7 +4,6 @@ module FurtherEducationPayments extend self # Used in - # - checking payments with multiple policies: ClaimsPreventingPaymentFinder # - matching claims with multiple policies: MatchingAttributeFinder OTHER_CLAIMABLE_POLICIES = [ EarlyCareerPayments, diff --git a/app/models/policies/levelling_up_premium_payments.rb b/app/models/policies/levelling_up_premium_payments.rb index cde043421c..827a46e72b 100644 --- a/app/models/policies/levelling_up_premium_payments.rb +++ b/app/models/policies/levelling_up_premium_payments.rb @@ -13,7 +13,6 @@ module LevellingUpPremiumPayments ].freeze # Used in - # - checking payments with multiple policies: ClaimsPreventingPaymentFinder # - matching claims with multiple policies: MatchingAttributeFinder OTHER_CLAIMABLE_POLICIES = [ EarlyCareerPayments, diff --git a/app/models/policies/student_loans.rb b/app/models/policies/student_loans.rb index cd967f93c6..9edd71f051 100644 --- a/app/models/policies/student_loans.rb +++ b/app/models/policies/student_loans.rb @@ -26,7 +26,6 @@ module StudentLoans ACADEMIC_YEARS_QUALIFIED_TEACHERS_CAN_CLAIM_FOR = 11 # Used in - # - checking payments with multiple policies: ClaimsPreventingPaymentFinder # - matching claims with multiple policies: MatchingAttributeFinder OTHER_CLAIMABLE_POLICIES = [ EarlyCareerPayments,