Skip to content

Commit

Permalink
[Refactoring] change Access Modifiers for controldesk in Alley.java
Browse files Browse the repository at this point in the history
  • Loading branch information
jjunjji committed May 30, 2023
1 parent 04b3c94 commit 82aa4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Alley.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*/

public class Alley {
public ControlDesk controldesk;
private ControlDesk controldesk;

public Alley( int numLanes ) {
if(numLanes> 0){
Expand Down

0 comments on commit 82aa4a1

Please sign in to comment.