added licence headers

This commit is contained in:
Noodleeater
2021-01-30 20:37:45 +00:00
parent e678c83ff9
commit 9f1ed6d6de

View File

@@ -25,7 +25,7 @@
package net.runelite.api; package net.runelite.api;
/** /**
* Represents an archive of data, which is split split into "groups" of "files". * Represents an archive of data, which is ordered into "groups" of "files".
*/ */
public interface AbstractArchive extends IndexDataBase public interface AbstractArchive extends IndexDataBase
{ {