Refactor Maven Project Structure
- Convert client/, common/ and server/ to modules - Add parent pom.xml - Update templates and workflow - Remove old documentation
This commit is contained in:
		@@ -377,7 +377,7 @@ public final class ChatScene implements Restorable {
 | 
			
		||||
	private void doABarrelRoll() {
 | 
			
		||||
		// contains all Node objects in ChatScene in alphabetical order
 | 
			
		||||
		final var	rotatableNodes	= new Node[] { attachmentButton, attachmentView, contactLabel, infoLabel, messageList, messageTextArea,
 | 
			
		||||
				postButton, remainingChars, rotateButton, scene, settingsButton, userList, voiceButton };
 | 
			
		||||
				postButton, remainingChars, rotateButton, scene, settingsButton, chatList, voiceButton };
 | 
			
		||||
		final var	random			= new Random();
 | 
			
		||||
		for (final var node : rotatableNodes) {
 | 
			
		||||
			// Defines at most four whole rotation in at most 4s
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user