Sets the name of the last file opened by the user.
(String name)
| 299 | |
| 300 | /** Sets the name of the last file opened by the user. */ |
| 301 | public static void setLastName(String name) { |
| 302 | lastName = name; |
| 303 | } |
| 304 | |
| 305 | } |
no outgoing calls
no test coverage detected