Skip to content

Commit 26aeeab

Browse files
committed
changing branch again
1 parent d871bdd commit 26aeeab

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

cls/SourceControl/Git/Utils.cls

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2319,15 +2319,15 @@ ClassMethod Localize()
23192319
Query Namespaces() As %Query(ROWSPEC = "Namespace:%String,SourceControlClass:%String,Accessible:%Boolean") [ SqlProc ]
23202320
{
23212321
}
2322-
2322+
23232323
ClassMethod NamespacesExecute(ByRef qHandle As %Binary) As %Status
23242324
{
23252325
Set sc = ##class(%SYS.Namespace).ListAll(.array)
23262326
Merge qHandle = array
23272327
Set qHandle = ""
23282328
Quit sc
23292329
}
2330-
2330+
23312331
ClassMethod NamespacesFetch(ByRef qHandle As %Binary, ByRef Row As %List, ByRef AtEnd As %Integer = 0) As %Status [ PlaceAfter = NamespacesExecute ]
23322332
{
23332333
Set qHandle = $Order(qHandle(qHandle))
@@ -2347,14 +2347,14 @@ ClassMethod NamespacesFetch(ByRef qHandle As %Binary, ByRef Row As %List, ByRef
23472347
}
23482348
Quit $$$OK
23492349
}
2350-
2350+
23512351
ClassMethod NamespacesClose(ByRef qHandle As %Binary) As %Status [ PlaceAfter = NamespacesExecute ]
23522352
{
23532353
Quit $$$OK
23542354
}
23552355

2356-
ClassMethod GetContexts() As %DynamicArray{
2357-
2356+
ClassMethod GetContexts() As %DynamicArray
2357+
{
23582358
}
23592359

23602360
ClassMethod ConfigureWeb()

0 commit comments

Comments
 (0)