Skip to content

Commit 3d0d76c

Browse files
Update utils.rb
1 parent fbab990 commit 3d0d76c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/ruby_saml/utils.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,8 +386,9 @@ def retrieve_plaintext(cipher_text, symmetric_key, algorithm)
386386
end
387387
end
388388

389+
# @deprecated Use RubySaml::Settings#sp_uuid_prefix instead.
389390
def set_prefix(_value)
390-
raise NoMethodError.new('RubySaml::Util.set_prefix has been removed. Please use RubySaml::Settings#uuid_prefix instead.')
391+
raise NoMethodError.new('RubySaml::Util.set_prefix has been removed. Please use RubySaml::Settings#sp_uuid_prefix instead.')
391392
end
392393

393394
# Generates a UUID with a prefix.

0 commit comments

Comments
 (0)