Skip to content

Commit

Permalink
Comment changes to make it more obvious that in the builder the files…
Browse files Browse the repository at this point in the history
… base directory is the source directory.
  • Loading branch information
switchtrue committed Mar 11, 2016
1 parent b7a1c21 commit cfd8099
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/com/fivium/scriptrunner2/ScriptBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public void run()

/**
* Gets a file from this ScriptRunner's base directory.
* @param pPath A path to the desired file, relative to the base directory.
* @param pPath A path to the desired file, relative to the source directory.
* @return The requested file.
* @throws FileNotFoundException If the file does not exist.
*/
Expand All @@ -198,7 +198,7 @@ public File resolveFile(String pPath)
}

/**
* Gets the path of the given file relativised to the current base directory and normalised.
* Gets the path of the given file relativised to the current source directory and normalised.
* @param pFile File to get path of.
* @return Relativised file path.
*/
Expand Down

0 comments on commit cfd8099

Please sign in to comment.