Skip to content

Commit b9e1c13

Browse files
committed
Fix bug in webdriver handling
1 parent 902972e commit b9e1c13

File tree

12 files changed

+1
-11
lines changed

12 files changed

+1
-11
lines changed

cls/SourceControl/Git/Build.cls

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@ ClassMethod BuildUIForDevMode(devMode As %Boolean, rootDirectory As %String)
1515
}
1616

1717
}
18-

cls/SourceControl/Git/File.cls

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,3 @@ Storage Default
6969
}
7070

7171
}
72-

cls/SourceControl/Git/Modification.cls

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ Property internalName As %String;
1212
Property changeType As %String;
1313

1414
}
15-

cls/SourceControl/Git/PackageManagerContext.cls

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,3 @@ Method Dump()
5151
}
5252

5353
}
54-

cls/SourceControl/Git/PullEventHandler.cls

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,3 @@ ClassMethod ForInternalNames(InternalName As %String) As %Status
4545
}
4646

4747
}
48-

cls/SourceControl/Git/PullEventHandler/Default.cls

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@ Method OnPull() As %Status
1616
}
1717

1818
}
19-

cls/SourceControl/Git/PullEventHandler/PackageManager.cls

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ Method OnPull() As %Status
1212
}
1313

1414
}
15-

cls/SourceControl/Git/Settings.cls

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,4 +303,3 @@ Method OnAfterConfigure() As %Boolean
303303
}
304304

305305
}
306-

cls/SourceControl/Git/Util/Buffer.cls

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,4 +281,3 @@ Method UsePreviousDeviceAndSettings() [ Internal, Private ]
281281
}
282282

283283
}
284-

cls/SourceControl/Git/Util/ProductionConflictResolver.cls

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,3 @@ ClassMethod ResolveStream(stream As %Stream.Object)
154154
}
155155

156156
}
157-

0 commit comments

Comments
 (0)