You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: owncloudComLibrary/src/main/java/com/owncloud/android/lib/resources/status/GetRemoteCapabilitiesOperation.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ import java.net.URL
45
45
46
46
/**
47
47
* Get the Capabilities from the server
48
-
* Save in Result.getData in a RemoteCapability object
48
+
* Save Result.getData in a RemoteCapability object
Copy file name to clipboardExpand all lines: owncloudComLibrary/src/main/java/com/owncloud/android/lib/resources/status/responses/CapabilityResponse.kt
+41-25Lines changed: 41 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -1,32 +1,35 @@
1
-
/* ownCloud Android Library is available under MIT license
2
-
* @author Abel García de Prada
3
-
* Copyright (C) 2020 ownCloud GmbH.
1
+
/**
2
+
* ownCloud Android Library is available under MIT license
4
3
*
5
-
* Permission is hereby granted, free of charge, to any person obtaining a copy
6
-
* of this software and associated documentation files (the "Software"), to deal
7
-
* in the Software without restriction, including without limitation the rights
0 commit comments