1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-12-14 20:20:30 +00:00

Remove space in fs API

This commit is contained in:
Jonathan Coates 2021-11-27 16:35:44 +00:00
parent 7f3490591d
commit 4f11549112
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06
2 changed files with 2 additions and 2 deletions

View File

@ -149,7 +149,7 @@ dependencies {
testModImplementation sourceSets.main.output testModImplementation sourceSets.main.output
cctJavadoc 'cc.tweaked:cct-javadoc:1.4.1' cctJavadoc 'cc.tweaked:cct-javadoc:1.4.2'
} }
// Compile tasks // Compile tasks

View File

@ -484,7 +484,7 @@ public class FSAPI implements ILuaAPI
* *
* This string is formatted like a normal path string, but can include any * This string is formatted like a normal path string, but can include any
* number of wildcards ({@code *}) to look for files matching anything. * number of wildcards ({@code *}) to look for files matching anything.
* For example, {@code rom/* /command*} will look for any path starting with * For example, <code>rom/&#42;/command*</code> will look for any path starting with
* {@code command} inside any subdirectory of {@code /rom}. * {@code command} inside any subdirectory of {@code /rom}.
* *
* @param path The wildcard-qualified path to search for. * @param path The wildcard-qualified path to search for.