Add package-info file for docs (#3123)
This commit is contained in:
parent
b0f7fbbe99
commit
203c2a22ed
|
|
@ -0,0 +1,7 @@
|
|||
// Copyright (c) .NET Foundation. All rights reserved.
|
||||
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
||||
|
||||
/**
|
||||
* This package contains the classes for SignalR Java client.
|
||||
*/
|
||||
package com.microsoft.signalr;
|
||||
Loading…
Reference in New Issue