Add package-info file for docs (#3123)

This commit is contained in:
Mikael Mengistu 2018-10-18 11:03:10 -07:00 committed by GitHub
parent b0f7fbbe99
commit 203c2a22ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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;