Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /sekwencjonowanie/library/DataBase.php on line 15
Update Nexus — Library Location

Update Nexus — Library Location

/** * Updates the Nexus library location. * * @param newLocation the new location of the Nexus library */ public void updateLibraryLocation(String newLocation) { // Validate new location if (!isValidLocation(newLocation)) { logger.error("Invalid new location: {}", newLocation); return; }