Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines with new year.
[simgrid.git] / examples / java / app / centralizedmutex / RequestTask.java
index adfc3a7..7b246ad 100644 (file)
@@ -1,5 +1,4 @@
-/* Copyright (c) 2012-2014, 2016. The SimGrid Team.
- * All rights reserved.                                                     */
+/* Copyright (c) 2012-2019. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -8,7 +7,7 @@ package app.centralizedmutex;
 import org.simgrid.msg.Task;
 
 public class RequestTask extends Task {
-  String from;
+  protected String from;
   public RequestTask(String name) {
     super();
     from=name;