- Made `getOrigin()` private
This commit is contained in:
Tristan B. Velloza Kildaire 2024-04-02 21:21:06 +02:00
parent f2cfa0bbbc
commit b528bf4609
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ public final class Token
*
* Returns: the line
*/
public string getOrigin()
private string getOrigin()
{
return this.origin;
}