mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-12-14 04:00:30 +00:00
Remove space in fs API
This commit is contained in:
parent
7f3490591d
commit
4f11549112
@ -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
|
||||||
|
@ -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/*/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.
|
||||||
|
Loading…
Reference in New Issue
Block a user