Skip to content

Commit 3c6d2f7

Browse files
committed
Rename PermissionsExtensions to PermissionsBiDiExtensions
1 parent 875f5e4 commit 3c6d2f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dotnet/src/webdriver/BiDi/Permissions/PermissionsExtensions.cs renamed to dotnet/src/webdriver/BiDi/Permissions/PermissionsBiDiExtensions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="PermissionsExtensions.cs" company="Selenium Committers">
1+
// <copyright file="PermissionsBiDiExtensions.cs" company="Selenium Committers">
22
// Licensed to the Software Freedom Conservancy (SFC) under one
33
// or more contributor license agreements. See the NOTICE file
44
// distributed with this work for additional information
@@ -22,7 +22,7 @@
2222

2323
namespace OpenQA.Selenium.BiDi.Permissions;
2424

25-
public static class PermissionsExtensions
25+
public static class PermissionsBiDiExtensions
2626
{
2727
public static PermissionsModule AsPermissions(this BiDi bidi)
2828
{

0 commit comments

Comments
 (0)